From 8a6e63ff4dac9001050f42a75c63b12582ff919c Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Tue, 8 Nov 2016 14:07:50 +0100 Subject: [PATCH] don't wait for ssh anymore, slowpoke --- tasks/Weak-Ciphers-CVE-2008-5161.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasks/Weak-Ciphers-CVE-2008-5161.yml b/tasks/Weak-Ciphers-CVE-2008-5161.yml index 795fa19..74abbeb 100644 --- a/tasks/Weak-Ciphers-CVE-2008-5161.yml +++ b/tasks/Weak-Ciphers-CVE-2008-5161.yml @@ -12,10 +12,10 @@ notify: - restart ssh -- name: wait for ssh to come back - become: false - local_action: - module: wait_for - port: 22 - host: "{{ ansible_ssh_host | default(inventory_hostname) }}" - search_regex: "OpenSSH" +# - name: wait for ssh to come back +# become: false +# local_action: +# module: wait_for +# port: 22 +# host: "{{ ansible_ssh_host | default(inventory_hostname) }}" +# search_regex: "OpenSSH"