mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 11:11:15 -03:30
ansible-lint: Don't use the local_action module [E504] (#4666)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e029a09345
commit
e814da1eec
@@ -77,4 +77,10 @@
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Wait for SSH to come up.
|
||||
local_action: wait_for host={{inventory_hostname}} port=22 delay=60 timeout=240 state=started
|
||||
wait_for:
|
||||
host: "{{ inventory_hostname }}"
|
||||
port: 22
|
||||
delay: 60
|
||||
timeout: 240
|
||||
state: started
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user