Normalize booleans in all other plugins and modules. (#440)

This commit is contained in:
Felix Fontein
2022-08-10 21:25:10 +02:00
committed by GitHub
parent 1bf8da2390
commit be58ccc13f
23 changed files with 150 additions and 150 deletions
+5 -5
View File
@@ -23,7 +23,7 @@ DOCUMENTATION = '''
options:
plugin:
description: token that ensures this is a source file for the C(docker_machine) plugin.
required: yes
required: true
choices: ['docker_machine', 'community.docker.docker_machine']
daemon_env:
description:
@@ -46,13 +46,13 @@ DOCUMENTATION = '''
description:
- When C(true), hosts which Docker Machine indicates are in a state other than C(running) will be skipped.
type: bool
default: yes
default: true
verbose_output:
description:
- When C(true), include all available nodes metadata (for exmaple C(Image), C(Region), C(Size)) as a JSON object
named C(docker_machine_node_attributes).
type: bool
default: yes
default: true
'''
EXAMPLES = '''
@@ -71,13 +71,13 @@ plugin: community.docker.docker_machine
# ]
# ...
# }
strict: no
strict: false
keyed_groups:
- separator: ''
key: docker_machine_node_attributes.DriverName
# Example grouping hosts by Digital Machine tag
strict: no
strict: false
keyed_groups:
- prefix: tag
key: 'dm_tags'