From 7655f49a2482beb114ade7976ce733527dd15ee4 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 28 Aug 2023 11:24:55 +0200 Subject: [PATCH] upt playbook --- playbooks/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/test.yaml b/playbooks/test.yaml index 6b79b5e..935f9f8 100644 --- a/playbooks/test.yaml +++ b/playbooks/test.yaml @@ -2,6 +2,6 @@ name: Stop mailu tasks: - 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 -i .ssh/id_rsa333 /share/Data/dockers-{{ ansible_date_time.date }}.tar.gz jaydee@192.168.77.246/share/' ignore_errors: yes when: inventory_hostname in groups['nas'] \ No newline at end of file