updated location of git repo

This commit is contained in:
Radar231 2024-03-24 18:13:04 -04:00
parent f1b5739c1e
commit c1cd6f7193
1 changed files with 1 additions and 1 deletions

View File

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