3
0
forked from jakub/ansible

Update mikrotikbackup_clean.yml

This commit is contained in:
2026-03-24 14:46:32 +00:00
parent 069579aa5a
commit 482a298fdb
+2 -2
View File
@@ -70,13 +70,13 @@
installed_version: >-
{{
(update_check.stdout | join('\n'))
| regex_findall('installed-version: ([0-9.]+)')
| regex_findall('installed-version:\\s*([0-9.]+)')
| first
}}
latest_version: >-
{{
(update_check.stdout | join('\n'))
| regex_findall('latest-version: ([0-9.]+)')
| regex_findall('latest-version:\\s*([0-9.]+)')
| first
}}
tags: [upgrade, never]