diff --git a/plugins/modules/system/awall.py b/plugins/modules/system/awall.py index dc13d46789..f174bc55cf 100644 --- a/plugins/modules/system/awall.py +++ b/plugins/modules/system/awall.py @@ -15,7 +15,7 @@ module: awall short_description: Manage awall policies author: Ted Trask (@tdtrask) description: - - This modules allows for enable/disable/activate of I(awall) policies. + - This modules allows for enable/disable/activate of C(awall) policies. - Alpine Wall (I(awall)) generates a firewall configuration from the enabled policy files and activates the configuration on the system. options: @@ -34,8 +34,11 @@ options: description: - Activate the new firewall rules. - Can be run with other steps or on its own. + - Idempotency is affected if I(activate=true), as the module will always report a changed state. type: bool default: false +notes: + - At least one of I(name) and I(activate) is required. ''' EXAMPLES = r'''