mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Many more doc fixes
This commit is contained in:
committed by
Matt Clay
parent
ec68f78556
commit
4f07e8b256
@@ -28,7 +28,10 @@ short_description: Manage firewall with UFW
|
||||
description:
|
||||
- Manage firewall with UFW.
|
||||
version_added: 1.6
|
||||
author: Aleksey Ovcharenko, Jarno Keskikangas, Ahti Kitsik
|
||||
author:
|
||||
- '"Aleksey Ovcharenko (@ovcharenko)" <aleksey.ovcharenko@gmail.com>'
|
||||
- '"Jarno Keskikangas (@pyykkis)" <jarno.keskikangas@gmail.com>'
|
||||
- '"Ahti Kitsik (@ahtik)" <ak@ahtik.com>'
|
||||
notes:
|
||||
- See C(man ufw) for more examples.
|
||||
requirements:
|
||||
|
||||
@@ -206,7 +206,7 @@ options:
|
||||
- The zoned property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
author: Johan Wiren
|
||||
author: '"Johan Wiren (@johanwiren)" <johan.wiren.se@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user