mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #6720 from ahtik/issue-ufw-reset-fix
Fixed ufw module doc reset vs reseted
This commit is contained in:
commit
cda90e3ff6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue