refs #8025 facts prints all vars fix

This commit is contained in:
Juan Ferrer 2025-02-06 10:08:56 +01:00
parent 769c09f41f
commit 7131a80cc7
1 changed files with 1 additions and 4 deletions

View File

@ -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