Skip to content

Commit

Permalink
Disable gather facts when checking ansible version (kubernetes-sigs#3615
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mattymo authored and k8s-ci-robot committed Oct 31, 2018
1 parent ce5a34d commit 152c15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
gather_facts: false
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down
1 change: 1 addition & 0 deletions upgrade-cluster.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
gather_facts: false
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down

0 comments on commit 152c15b

Please sign in to comment.