fix: revert condition

This commit is contained in:
2026-06-05 19:16:49 +00:00
parent 5f9a4ae25c
commit 2398dac8c2

View File

@@ -66,7 +66,7 @@
register: apt_check
- name: Proceed if updates are available
when: not apt_check.changed
when: apt_check.changed
block:
- name: Enable maintenance mode