ansible-playbooks/roles/cleanup/tasks/main.yml

7 lines
158 B
YAML
Raw Normal View History

2016-07-04 18:01:17 -04:00
---
- name: Etckeeper Commit
command: "{{ item }}"
with_items:
- 'git add .'
- 'etckeeper commit "Ansible (re-)build playbook run"'