diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 89ef473..0570465 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -1,3 +1,13 @@ +- hosts: node0 + + tasks: + - name: Collect facts from the Proxmox node + setup: + + - name: Print collected facts + debug: + var: ansible_facts + - hosts: localhost gather_facts: yes