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
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Print ansible facts
|
||||
debug:
|
||||
var: ansible_facts
|
||||
- name: Print all variables
|
||||
debug:
|
||||
var: vars
|
||||
|
|
Loading…
Reference in New Issue