Restore unknown state as not-reboot

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:29 -04:00
parent 679e15c484
commit 7e829f04ae
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
- name: check freshness
command: /usr/sbin/needrestart -p
register: freshness
changed_when: freshness.rc >= 1 and freshness.rc < 4
changed_when: freshness.rc >= 1 and freshness.rc < 3
failed_when: false
- name: restart system cleanly