Browse Source

Avoid gather_facts on scale.yml (#3631)

Use case is when kubespray runs from unprivileged user without sudo permission.
pull/3704/head
Mateus Caruccio 5 years ago
committed by k8s-ci-robot
parent
commit
92877e8bf8
1 changed files with 1 additions and 0 deletions
  1. 1
      scale.yml

1
scale.yml

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

Loading…
Cancel
Save