Add required fields
All checks were successful
Deploy / deploy (push) Successful in 42s

This commit is contained in:
2026-02-22 21:14:42 +00:00
parent a653622049
commit e5cc7b4489

View File

@@ -70,6 +70,8 @@
- name: Enable DHCP on Relevant VLANs
cisco.meraki.networks_appliance_vlans:
state: present
networkId: "{{ nid }}"
name: "{{ item.name }}"
id: "{{ item.id }}"
vlanId: "{{ item.id }}"
dhcpHandling: "Run a DHCP server"
@@ -83,6 +85,8 @@
- name: Disable DHCP on Relevant VLANs
cisco.meraki.networks_appliance_vlans:
state: present
networkId: "{{ nid }}"
name: "{{ item.name }}"
id: "{{ item.id }}"
vlanId: "{{ item.id }}"
dhcpHandling: "Do not respond to DHCP requests"