From 276263f0d699f6106fabe0673a410b0af98d10c2 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 23 Feb 2026 20:08:26 +0000 Subject: [PATCH] DEBUG: show devices --- config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: