From 4eb25cb78bad41a943e9776afce759b2d2f1a0ce Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 13 Feb 2026 14:38:51 +0000 Subject: [PATCH] Update mikrotikbackup.yml --- mikrotikbackup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mikrotikbackup.yml b/mikrotikbackup.yml index 536e298..7ff3bed 100644 --- a/mikrotikbackup.yml +++ b/mikrotikbackup.yml @@ -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