From 5cece2c0214d06fd6e2f172a3ddf9f026d62a509 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 9 Sep 2019 00:32:27 +0200 Subject: some more cloud-install fixes --- common/cloud-install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/cloud-install.yml b/common/cloud-install.yml index 79e22378..304bef8b 100644 --- a/common/cloud-install.yml +++ b/common/cloud-install.yml @@ -5,7 +5,7 @@ roles: - role: cloud/install -- name: wait for new vm to start up +- name: wait for new machine to start up hosts: "{{ hostname }}" gather_facts: no tasks: @@ -13,7 +13,7 @@ - name: disable ssh StrictHostKeyChecking for the next step set_fact: ansible_ssh_extra_args: -o StrictHostKeyChecking=no - - name: wait for vm to start up + - name: wait for new machine to start up wait_for_connection: delay: 5 timeout: 120 -- cgit v1.2.3