Skip to content

Commit

Permalink
don't wait for ssh anymore, slowpoke
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Nov 8, 2016
1 parent 9bec2c7 commit 8a6e63f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tasks/Weak-Ciphers-CVE-2008-5161.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8a6e63f

Please sign in to comment.