Skip to content

Commit

Permalink
more debug scp
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Aug 30, 2023
1 parent d34638c commit 72fad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
ansible.builtin.command: >
scp -o StrictHostKeyChecking=no \
{{ ansible_user }}@{{ inventory_hostname }}:{{ maas_backup_dest_path }} \
{{ maas_backup_download_path }}{{ maas_backup_file }}
{{ maas_backup_download_path }}{{ maas_backup_file }} -vvv
delegate_to: localhost
become: false # don't need sudo locally
changed_when: false
Expand Down

0 comments on commit 72fad6d

Please sign in to comment.