mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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,8 +41,8 @@ options:
|
||||
include_dependencies:
|
||||
description: Wheter to include dependencies or not.
|
||||
required: false
|
||||
choices: [true, false]
|
||||
default: true
|
||||
choices: [ "yes", "no" ]
|
||||
default: "yes"
|
||||
repository:
|
||||
description: The repository from which the gem will be installed
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user