Skip to content

Commit

Permalink
Fix sanity errors
Browse files Browse the repository at this point in the history
Remove markdown backticks from documentation.
  • Loading branch information
allenrobel committed Oct 15, 2024
1 parent aa24ec7 commit 7748103
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions plugins/modules/dcnm_fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -2649,22 +2649,18 @@
# the ability to modify the PVLAN option. Hence, even a valid value for
# ENABLE_PVLAN in the playbook will generate an error.
```bash
fatal: [ndfc1]: FAILED! => {"changed": false, "msg": "The following parameter(value) combination(s) are invalid and need to be reviewed: Fabric: f3, ENABLE_PVLAN(False) requires ENABLE_SGT != True. ENABLE_SGT valid values: [False, True]. ", "response": [{}], "result": [{}]}
```
```yaml
- name: merged fabrics (dcnm_send)
cisco.dcnm.dcnm_fabric:
state: merged
skip_validation: false
config:
- FABRIC_NAME: MyFabric
FABRIC_TYPE: VXLAN_EVPN
BGP_AS: 65001
ENABLE_SGT: true
ENABLE_PVLAN: false
```
- name: merge fabric MyFabric
cisco.dcnm.dcnm_fabric:
state: merged
skip_validation: false
config:
- FABRIC_NAME: MyFabric
FABRIC_TYPE: VXLAN_EVPN
BGP_AS: 65001
ENABLE_SGT: true
ENABLE_PVLAN: false
"""
# pylint: disable=wrong-import-position
Expand Down

0 comments on commit 7748103

Please sign in to comment.