From 7131a80cc771d17603fe994f909e31cdd73701d8 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 6 Feb 2025 10:08:56 +0100 Subject: [PATCH] refs #8025 facts prints all vars fix --- playbooks/facts.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/facts.yml b/playbooks/facts.yml index 1186947..d0b3c0d 100644 --- a/playbooks/facts.yml +++ b/playbooks/facts.yml @@ -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