diff --git a/get_facts.yml b/get_facts.yml index 46b0e65..a547265 100644 --- a/get_facts.yml +++ b/get_facts.yml @@ -1,3 +1,6 @@ --- - hosts: all - gather_facts: true \ No newline at end of file + gather_facts: true +tasks: + - debug: + var: ansible_facts \ No newline at end of file