mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Small fixes for bad variable names (#42287)
This commit is contained in:
parent
1dafd92c8e
commit
c3c86a0248
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@
|
|||
that:
|
||||
- update_vlan_add_ip.changed == True
|
||||
- update_vlan_add_ip.data.fixedIpAssignments | length == 2
|
||||
- update_vlan_add_ip.data.reservedIpRange | length == 2
|
||||
- update_vlan_add_ip.data.reservedIpRanges | length == 2
|
||||
|
||||
- name: Remove IP assignments and reserved IP ranges
|
||||
meraki_vlan:
|
||||
|
@ -191,7 +191,7 @@
|
|||
that:
|
||||
- update_vlan_remove_ip.changed == True
|
||||
- update_vlan_remove_ip.data.fixedIpAssignments | length == 1
|
||||
- update_vlan_remove_ip.data.reservedIpRange | length == 1
|
||||
- update_vlan_remove_ip.data.reservedIpRanges | length == 1
|
||||
|
||||
- name: Update VLAN with idempotency
|
||||
meraki_vlan:
|
||||
|
|
Loading…
Reference in a new issue