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