Skip to content

Commit

Permalink
deploy_vms_standalone.yaml: add wait_for_connection variable
Browse files Browse the repository at this point in the history
The default behavior is to not wait for connection (see
deploy_vms_cluster)

Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com>
  • Loading branch information
eroussy committed Oct 21, 2024
1 parent 2229fc3 commit 88c1ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/deploy_vms_standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
tasks:
- name: Wait for VM connections
wait_for_connection:
when: wait_for_connection | default(false)

0 comments on commit 88c1ac4

Please sign in to comment.