diff --git a/host.yaml b/host.yaml index fa16793..08cc961 100644 --- a/host.yaml +++ b/host.yaml @@ -6,6 +6,8 @@ gather_facts: true tasks: + - debug: var=ansible_facts + - name: Check uname shell: uname -a register: command_output