added play to clean up checked out repo

This commit is contained in:
Radar231 2021-07-23 13:51:07 -04:00
parent 3486161c1e
commit a5410933ae
1 changed files with 5 additions and 0 deletions

View File

@ -96,4 +96,9 @@
- "{{ command_output.stdout }}"
- ""
############################################################
- name: clean up cloned git repo
command: 'rm -rf /tmp/du_backups'
delegate_to: 127.0.0.1
# EOF