diff options
Diffstat (limited to 'roles/openstack-stack/tasks/cleanup.yml')
-rw-r--r-- | roles/openstack-stack/tasks/cleanup.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openstack-stack/tasks/cleanup.yml b/roles/openstack-stack/tasks/cleanup.yml new file mode 100644 index 000000000..258334a6b --- /dev/null +++ b/roles/openstack-stack/tasks/cleanup.yml @@ -0,0 +1,6 @@ +--- + +- name: cleanup temp files + file: + path: "{{ stack_template_pre.path }}" + state: absent |