Merge "Use file module instead of running rm to remove a directory"
This commit is contained in:
commit
430e79b35b
@ -3,4 +3,6 @@
|
||||
command: /tmp/kolla-cleanup/tools/cleanup-host
|
||||
|
||||
- name: Removing kolla-cleanup folder
|
||||
command: rm -rf /tmp/kolla-cleanup
|
||||
file:
|
||||
path: /tmp/kolla-cleanup
|
||||
state: absent
|
||||
|
Loading…
Reference in New Issue
Block a user