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