mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Fixed ufw module doc tags, it's reset everywhere, not reseted.
This commit is contained in:
@@ -38,9 +38,9 @@ options:
|
||||
- C(enabled) reloads firewall and enables firewall on boot.
|
||||
- C(disabled) unloads firewall and disables firewall on boot.
|
||||
- C(reloaded) reloads firewall.
|
||||
- C(reseted) disables and resets firewall to installation defaults.
|
||||
- C(reset) disables and resets firewall to installation defaults.
|
||||
required: false
|
||||
choices: ['enabled', 'disabled', 'reloaded', 'reseted']
|
||||
choices: ['enabled', 'disabled', 'reloaded', 'reset']
|
||||
policy:
|
||||
description:
|
||||
- Change the default policy for incoming or outgoing traffic.
|
||||
|
||||
Reference in New Issue
Block a user