We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe42ccf commit 38ef20fCopy full SHA for 38ef20f
ansible/bootstrap.yml
@@ -229,6 +229,7 @@
229
- name: Reboot to cover SELinux state change or package upgrades
230
reboot:
231
post_reboot_delay: 30
232
+ when: (sestatus['reboot_required'] | default(false)) or (updates.changed | bool)
233
- name: Wait for hosts to be reachable
234
wait_for_connection:
235
sleep: 15
0 commit comments