Added playbook to wait for cloud-init to finish (#8799)
parent
b715500b48
commit
5296d7ef9c
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Wait for cloud-init to finish
|
||||||
|
command: cloud-init status --wait
|
Loading…
Reference in New Issue