Skip to content

Commit

Permalink
Fixed an issue where reboot handler did not trigger in updates role
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak authored and bl0way committed Feb 18, 2024
1 parent 076dce1 commit dd07ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/core/roles/updates/tasks/debian_family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
ansible.builtin.stat:
path: /var/run/reboot-required
register: reboot_required_file
changed_when: reboot_required_file.stat.exists # This will only show as changed if the file exists, required to trigger the notify below
notify: Rebooting...
when: debian_family_updates_allow_reboot

Expand Down

0 comments on commit dd07ebf

Please sign in to comment.