Skip to content

Commit

Permalink
Fix the sync syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Jan 17, 2025
1 parent 3cf19ef commit 7b6e29e
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 7b6e29e

Please sign in to comment.