3
0
forked from jakub/ansible

Update mikrotikbackup.yml

This commit is contained in:
2026-02-13 14:38:51 +00:00
parent 4de04d0d3a
commit 4eb25cb78b

View File

@@ -33,7 +33,7 @@
current_date: "{{ date_output.stdout }}"
- name: Export router config
shell: timeout 15 ssh -o StrictHostKeyChecking=no {{ ansible_user }}@{{ ansible_host }} -p {{ ansible_port }} "/export"
shell: timeout 15 ssh -o StrictHostKeyChecking=no {{ ansible_user }}@{{ ansible_host }} -p {{ ansible_port }} "/export show-sensitive"
register: export_output
delegate_to: localhost
when: system_identity.rc == 0