Skip to content

Commit c839216

Browse files
committed
Update etc/kayobe/ansible/reboot.yml
1 parent 36fb6f3 commit c839216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/reboot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- name: Fail if reboot is not confirmed
2626
ansible.builtin.assert:
27-
that: confirm_reboot == 'yes' or pause_prompt.user_input == 'yes'
27+
that: confirm_reboot | bool or pause_prompt.user_input == 'yes'
2828
msg: >
2929
Reboot has not been confirmed. You must either type 'yes' when
3030
prompted, or set ``confirm_reboot=yes``.

0 commit comments

Comments
 (0)