summaryrefslogtreecommitdiffstats
path: root/tasks/virt_instance_create.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/virt_instance_create.yml')
-rw-r--r--tasks/virt_instance_create.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml
index f0f20d7bb..1d159fa95 100644
--- a/tasks/virt_instance_create.yml
+++ b/tasks/virt_instance_create.yml
@@ -45,13 +45,6 @@
- /etc/ssh/ssh_known_hosts
when: inventory_hostname not in result.list_vms
-- name: Add new ssh_host_key for newly installed host
- local_action: known_hosts path={{item}} host={{ inventory_hostname }} state=present
- ignore_errors: True
- with_items:
- - /root/.ssh/known_hosts
- when: inventory_hostname not in result.list_vms
-
- name: wait for ssh on the vm to start back
local_action: wait_for delay=10 host={{ inventory_hostname }} port=22 state=started timeout=1200
when: inventory_hostname not in result.list_vms