clean_tmp.yml 232 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 --- - hosts: all become: true tasks: - file: path: /tmp/source state: absent - file: path: /tmp/configuration state: absent - file: path: /tmp/application state: absent