ansible/apps/batch/tasks/after-setup.yml
2016-02-24 14:38:35 +01:00

4 lines
122 B
YAML

---
- name: Delete .shared-copy
become: yes
file: path="{{ ansistrano_shared_path.stdout }}/.shared-copy" state=absent