Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Dec 2, 2024
1 parent e169a73 commit 55ea05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/nxos_vrf_address_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
- name: Merge provided configuration with device configuration
register: result
cisco.nxos.nxos_vrf_address_family: &id001
cisco.nxos.nxos_vrf_address_family:
config:
- name: VRF1
address_families:
Expand Down Expand Up @@ -287,7 +287,7 @@
- name: Delete given vrf address family configuration
register: result
cisco.nxos.nxos_vrf_address_family: &id001
cisco.nxos.nxos_vrf_address_family:
config:
- name: VRF1
address_families:
Expand Down

0 comments on commit 55ea05b

Please sign in to comment.