Disable gather facts when checking ansible version (#3615)
This commit is contained in:
parent
ce5a34d86c
commit
152c15b19f
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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…
Reference in a new issue