mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Fix ansible-lint error 103 (#4511)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b218e17f44
commit
04e3fb6a5a
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
sudo: False
|
||||
become: False
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: kube-node
|
||||
sudo: False
|
||||
become: False
|
||||
|
||||
tasks:
|
||||
- name: Gather EC2 facts
|
||||
|
||||
Reference in New Issue
Block a user