Fix devices loop
All checks were successful
Deploy / deploy (push) Successful in 36s

This commit is contained in:
2026-02-23 20:11:06 +00:00
parent 276263f0d6
commit 3b6a9b583c

View File

@@ -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: