summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-09 00:32:27 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-09 00:32:27 +0200
commit5cece2c0214d06fd6e2f172a3ddf9f026d62a509 (patch)
tree4ac475caf128c59b0cb23e6eaa0bc96288f375a2 /common
parentsome more refactoring and cleanup of cloud install roles (diff)
some more cloud-install fixes
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