Skip to content

Commit

Permalink
Fix the sync syntax (#8998)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Jan 17, 2025
1 parent 3cf19ef commit 78ed467
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@
connect_timeout: 60
post_reboot_delay: 30
reboot_timeout: 180
async: 1
async: 1
poll: 0

- name: Wait for connection after reboot
wait_for_connection:
delay: 120

become: true
become_user: "{{ setup_instructlab_user }}"

0 comments on commit 78ed467

Please sign in to comment.