Avoid gather_facts on scale.yml (#3631)
Use case is when kubespray runs from unprivileged user without sudo permission.
This commit is contained in:
parent
d3ef41b603
commit
92877e8bf8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- name: "Check ansible version !=2.7.0"
|
||||
assert:
|
||||
|
|
Loading…
Reference in a new issue