3
0
forked from jakub/ansible

Update mikrotikbackup_clean.yml

This commit is contained in:
2026-03-18 15:24:05 +00:00
parent 3464fe007a
commit b95bdf0b3a

View File

@@ -24,10 +24,12 @@
community.routeros.command:
commands: /system identity print
register: identity_raw
tags: always
- name: Parse router name
set_fact:
router_name: "{{ identity_raw.stdout[0].split(': ')[1] | trim }}"
tags: always
# ----------------------------
# Timestamp