summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/cloud-install.yml4
1 files changed, 2 insertions, 2 deletions
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