mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add pyFG as requirement instead of note (#52667)
This commit is contained in:
parent
1b3cde353d
commit
62f5391da9
2 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- Only for partial backup, you can restrict by giving expected configuration path (ex. firewall address).
|
- Only for partial backup, you can restrict by giving expected configuration path (ex. firewall address).
|
||||||
default: ""
|
default: ""
|
||||||
notes:
|
requirements:
|
||||||
- This module requires pyFG python library
|
- pyFG
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
|
@ -121,8 +121,8 @@ options:
|
||||||
comment:
|
comment:
|
||||||
description:
|
description:
|
||||||
- free text to describe policy.
|
- free text to describe policy.
|
||||||
notes:
|
requirements:
|
||||||
- This module requires pyFG library.
|
- pyFG
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue