Hugo Blom
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
extra_playbooks/wait-for-cloud-init.yml
|
|
@ -0,0 +1,5 @@ |
|
|
|
--- |
|
|
|
- hosts: all |
|
|
|
tasks: |
|
|
|
- name: Wait for cloud-init to finish |
|
|
|
command: cloud-init status --wait |