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: