Merge "Use file module instead of running rm to remove a directory"

This commit is contained in:
Jenkins 2016-05-31 12:15:13 +00:00 committed by Gerrit Code Review
commit 430e79b35b

View File

@ -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