]> git.phdru.name Git - ansible.git/blob - ansible/cleanup-tmp.yml
Update(logcheck): Update `local-spamassassin`
[ansible.git] / 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       shell: "cd ~/.ansible/tmp && exec rm -rf * || :"