mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Add pyFG as requirement instead of note (#52667)
This commit is contained in:
committed by
Alicia Cozine
parent
1b3cde353d
commit
62f5391da9
@@ -31,8 +31,8 @@ options:
|
||||
description:
|
||||
- Only for partial backup, you can restrict by giving expected configuration path (ex. firewall address).
|
||||
default: ""
|
||||
notes:
|
||||
- This module requires pyFG python library
|
||||
requirements:
|
||||
- pyFG
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -121,8 +121,8 @@ options:
|
||||
comment:
|
||||
description:
|
||||
- free text to describe policy.
|
||||
notes:
|
||||
- This module requires pyFG library.
|
||||
requirements:
|
||||
- pyFG
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
Reference in New Issue
Block a user