Skip to content

Commit 5bc2320

Browse files
committed
Don't wait 30 seconds before checking connection, why would you?
1 parent 22b8a7b commit 5bc2320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
wait_for:
55
port: "{{ ansible_port | default('22') }}"
66
host: '{{ (ansible_ssh_host | default (ansible_host) ) | default (inventory_hostname) }}'
7-
delay: 30
87
connection: local
98
become: no
109
when:

0 commit comments

Comments
 (0)