refs #8025 facts prints all vars fix
This commit is contained in:
parent
769c09f41f
commit
7131a80cc7
|
@ -1,10 +1,7 @@
|
||||||
- name: Gather facts from host
|
- name: Gather facts from host and print all variables
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: Print ansible facts
|
|
||||||
debug:
|
|
||||||
var: ansible_facts
|
|
||||||
- name: Print all variables
|
- name: Print all variables
|
||||||
debug:
|
debug:
|
||||||
var: vars
|
var: vars
|
||||||
|
|
Loading…
Reference in New Issue