Skip to content

Commit 88f10a6

Browse files
committed
testo
1 parent df49b57 commit 88f10a6

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
@@ -5,7 +5,7 @@
55
gather_facts: false
66
vars:
77
reboot_timeout_s: "{{ 20 * 60 }}"
8-
reboot_with_bootstrap_user: false
8+
reboot_with_bootstrap_user: true
99
ansible_user: "{{ bootstrap_user if reboot_with_bootstrap_user | bool else kayobe_ansible_user }}"
1010
ansible_ssh_common_args: "{{ '-o StrictHostKeyChecking=no' if reboot_with_bootstrap_user | bool else '' }}"
1111
ansible_python_interpreter: "/usr/bin/python3"

0 commit comments

Comments
 (0)