Added playbook to wait for cloud-init to finish (#8799)

This commit is contained in:
Hugo Blom 2022-05-09 19:49:19 +02:00 committed by GitHub
parent b715500b48
commit 5296d7ef9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Wait for cloud-init to finish
command: cloud-init status --wait