upt playbook

This commit is contained in:
jaydee 2023-08-29 13:43:39 +02:00
parent d4840c1324
commit b787f4b9a2

View File

@ -102,6 +102,6 @@
when: inventory_hostname in groups['nas']
- name: Copy archive
ansible.builtin.shell: 'scp /share/Data/dockers-{{ ansible_date_time.date }}.tar.gz jaydee@192.168.77.246/share/'
ansible.builtin.shell: 'scp /share/Data/dockers-{{ ansible_date_time.date }}.tar.gz admin@192.168.77.246:/share/'
ignore_errors: yes
when: inventory_hostname in groups['nas']