fix: revert condition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user