mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -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
@@ -24,10 +24,10 @@
|
||||
dest: "{{ inventory_path }}"
|
||||
|
||||
- name: Wait until SSH is available
|
||||
local_action:
|
||||
module: wait_for
|
||||
wait_for:
|
||||
host: "{{ item.public_ip }}"
|
||||
port: 22
|
||||
timeout: 300
|
||||
state: started
|
||||
delegate_to: localhost
|
||||
with_items: "{{ec2.instances}}"
|
||||
|
||||
Reference in New Issue
Block a user