mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
Docs standardization
This commit is contained in:
@@ -41,9 +41,9 @@ options:
|
||||
- Desired boolean value
|
||||
required: true
|
||||
default: null
|
||||
choices: [ true, false ]
|
||||
choices: [ 'yes', 'no' ]
|
||||
examples:
|
||||
- code: "seboolean: name=httpd_can_network_connect state=true persistent=yes"
|
||||
- code: "seboolean: name=httpd_can_network_connect state=yes persistent=yes"
|
||||
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
|
||||
notes:
|
||||
- Not tested on any debian based system
|
||||
|
||||
Reference in New Issue
Block a user