From 27cb804afc084732bc5d68f4b4eff209fcfc1b0e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 Jul 2016 22:29:53 +0000 Subject: [PATCH] sadly, serial is not acceptable here --- tasks/persistent_cloud.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index 0405b321d1..a78a137833 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -73,12 +73,9 @@ ignore_errors: True register: hostkey when: host_is_up|failed -# -# Set serial: 1 here due to locking bug with known_hosts -# + - name: add new ssh host key (you still need to add it to official ssh_host_keys later) local_action: known_hosts path={{ item }} key={{ hostkey.stdout }} host={{ inventory_hostname }} state=present - serial: 1 ignore_errors: True with_items: - /root/.ssh/known_hosts