Added playbook to wait for cloud-init to finish (#8799)
This commit is contained in:
5
extra_playbooks/wait-for-cloud-init.yml
Normal file
5
extra_playbooks/wait-for-cloud-init.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Wait for cloud-init to finish
|
||||
command: cloud-init status --wait
|
Reference in New Issue
Block a user