Skip to content

Commit

Permalink
Clean up temporary files hitachienergy#536
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Oct 7, 2019
1 parent 043e55f commit d62e3f0
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
- name: Re-enable system repositories and disable epirepo
include_tasks: "{{ ansible_os_family }}/teardown.yml"
include_tasks: "{{ ansible_os_family }}/teardown.yml"

- name: Clean up temporary files
file:
state: absent
path: "{{ path }}"
loop:
- /tmp/epi-download-requirements
- /tmp/epi-repository-setup-scripts
- /var/tmp/enabled-system-repos.txt
loop_control:
index_var: path

0 comments on commit d62e3f0

Please sign in to comment.