mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix the documentation booleans so they use "yes" and "no"
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
This commit is contained in:
@@ -41,7 +41,7 @@ options:
|
||||
- Desired boolean value
|
||||
required: true
|
||||
default: null
|
||||
choices: [ "true", "false" ]
|
||||
choices: [ true, false ]
|
||||
examples:
|
||||
- code: "seboolean: name=httpd_can_network_connect state=true persistent=yes"
|
||||
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
|
||||
|
||||
Reference in New Issue
Block a user