From 5296d7ef9cbc66ec121fb0e2d461214e14769650 Mon Sep 17 00:00:00 2001 From: Hugo Blom Date: Mon, 9 May 2022 19:49:19 +0200 Subject: [PATCH] Added playbook to wait for cloud-init to finish (#8799) --- extra_playbooks/wait-for-cloud-init.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra_playbooks/wait-for-cloud-init.yml diff --git a/extra_playbooks/wait-for-cloud-init.yml b/extra_playbooks/wait-for-cloud-init.yml new file mode 100644 index 000000000..7aa92d4c1 --- /dev/null +++ b/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