added hostname as path to make each iteration unique

This commit is contained in:
Radar231 2022-08-05 16:38:52 -04:00
parent a2b5e1c850
commit b0647f3502
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- name: checkout du_backups repository
ansible.builtin.git:
repo: 'http://git.radar231.com/radar231/du_backups'
dest: /tmp/du_backups
dest: "/tmp/{{ ansible_hostname }}/du_backups"
delegate_to: 127.0.0.1
############################################################