corrected typo

This commit is contained in:
Radar231 2023-07-06 19:05:06 -04:00
parent da07ed37eb
commit a019a97cab
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
############################################################
- name: Copy bu-list to /usr/local/etc (if it doesn't exist)
copy:
src: "/tmp/{{ ansible_hostname }}/du_backups/bu-list"
src: "/tmp/{{ ansible_hostname }}/borg_backups/bu-list"
dest: "/usr/local/etc/bu-list"
owner: "root"
group: "root"