mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Docs standardization
This commit is contained in:
parent
6ae9804738
commit
417be6f81e
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ options:
|
||||||
- Desired boolean value
|
- Desired boolean value
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
choices: [ true, false ]
|
choices: [ 'yes', 'no' ]
|
||||||
examples:
|
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)
|
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
|
||||||
notes:
|
notes:
|
||||||
- Not tested on any debian based system
|
- Not tested on any debian based system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue