From 3b6a9b583c5ea908668bdc2667717489e33b9b37 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 23 Feb 2026 20:11:06 +0000 Subject: [PATCH] Fix devices loop --- config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index e861163..945357f 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ - hosts: localhost gather_facts: false vars: - debug: true + debug: false oid: 537586 nid: L_671599294431642401 # TaintonNet vlans: @@ -87,6 +87,7 @@ - name: Get all devices cisco.meraki.devices_info: + meraki_suppress_logging: true perPage: 100 networkIds: - "{{ nid }}" @@ -106,7 +107,7 @@ lng: "-3.1019189985160116" moveMapMarker: true serial: "{{ item.serial }}" - loop: "{{ devices }}" + loop: "{{ devices | json_query('meraki_response') }}" - name: Enable Vlans on the MX cisco.meraki.networks_appliance_vlans_settings: