Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2023
1 parent c0e4180 commit fc2b7bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/cisco.ios.ios_vrf_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Parameters
<th>Choices/<font color="blue">Defaults</font></th>
<th width="100%">Comments</th>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>address_family</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=dictionary</span>
</div>
</td>
<td>
</td>
<td>
<div>The list of address families with MDT parameters to be configured on the remote IOS device.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ios_vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
description:
- The list of address families with MDT parameters to be configured on the remote IOS device.
type: list
elements: dict
elements: dict
rd:
description:
- The router-distinguisher value uniquely identifies the VRF to routing processes
Expand Down

0 comments on commit fc2b7bc

Please sign in to comment.