]> git.phdru.name Git - ansible.git/blob - playbooks/ansible/cleanup-tmp.yml
8140c85c522c7924002ec241b98beade0a1e3f6c
[ansible.git] / playbooks / ansible / cleanup-tmp.yml
1 - name: Cleanup ~/.ansible/tmp
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: false
4   tasks:
5     - name: Cleanup ~/.ansible/tmp
6       command: "rm -rf ~/.ansible/tmp/*"
7       args:
8         warn: false
9       failed_when: false