Skip to content

Commit

Permalink
Merge branch 'main' into FRE_fact_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini-mhatre authored Jan 5, 2024
2 parents 0c017e1 + 6842746 commit 9429495
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/ipv6form-doc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
doc_changes:
- ipv6form filter plugin - Fix to be displayed correctly.
5 changes: 5 additions & 0 deletions docs/ansible.utils.ipv6form_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Parameters
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>compress</li>
<li>expand</li>
<li>x509</li>
</ul>
</td>
<td>
</td>
Expand Down
2 changes: 1 addition & 1 deletion plugins/filter/ipv6form.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class mac_linux(netaddr.mac_unix):
required: True
format:
type: str
choice:
choices:
['compress', 'expand', 'x509']
description: Different formats example. compress, expand, x509
"""
Expand Down

0 comments on commit 9429495

Please sign in to comment.