Avoid gather_facts on scale.yml (#3631)

Use case is when kubespray runs from unprivileged user without sudo permission.
This commit is contained in:
Mateus Caruccio 2018-11-13 19:47:21 -02:00 committed by k8s-ci-robot
parent d3ef41b603
commit 92877e8bf8

View file

@ -1,5 +1,6 @@
---
- hosts: localhost
gather_facts: False
tasks:
- name: "Check ansible version !=2.7.0"
assert: