borgmatic: check mode fixes

This commit is contained in:
uumas
2025-03-31 03:50:21 +03:00
parent 9856bc2087
commit 8e27769f5b
4 changed files with 5 additions and 1 deletions

View File

@@ -32,4 +32,4 @@
name: borgmatic@{{ borgmatic_config_name }}.timer
state: started
enabled: true
when: "not (ansible_check_mode and _borgmatic_config_systemd_timer.changed and _borgmatic_config_systemd_timer.diff.before == '')"
when: "not (ansible_check_mode and _borgmatic_config_systemd_timer.changed)"