diff --git a/config.yaml b/config.yaml index 6b12cf8..e861163 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ - hosts: localhost gather_facts: false vars: - debug: false + debug: true oid: 537586 nid: L_671599294431642401 # TaintonNet vlans: @@ -92,6 +92,11 @@ - "{{ nid }}" organizationId: "{{ oid }}" register: devices + + - name: Show Devices + ansible.builtin.debug: + msg: "{{ devices }}" + when: debug - name: Update All Device Info cisco.meraki.devices: