Browse Source

Disable gather facts when checking ansible version (#3615)

pull/3623/head
Matthew Mosesohn 6 years ago
committed by k8s-ci-robot
parent
commit
152c15b19f
2 changed files with 2 additions and 0 deletions
  1. 1
      cluster.yml
  2. 1
      upgrade-cluster.yml

1
cluster.yml

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

1
upgrade-cluster.yml

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

Loading…
Cancel
Save