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 36fb6f3 commit c839216Copy full SHA for c839216
etc/kayobe/ansible/reboot.yml
@@ -24,7 +24,7 @@
24
25
- name: Fail if reboot is not confirmed
26
ansible.builtin.assert:
27
- that: confirm_reboot == 'yes' or pause_prompt.user_input == 'yes'
+ that: confirm_reboot | bool or pause_prompt.user_input == 'yes'
28
msg: >
29
Reboot has not been confirmed. You must either type 'yes' when
30
prompted, or set ``confirm_reboot=yes``.
0 commit comments