mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
More true/false normalization. (#597)
This commit is contained in:
@@ -65,7 +65,7 @@ options:
|
||||
force_remove:
|
||||
description:
|
||||
- Remove even if the plugin is enabled.
|
||||
default: False
|
||||
default: false
|
||||
type: bool
|
||||
|
||||
enable_timeout:
|
||||
|
||||
@@ -774,7 +774,7 @@ rebuilt:
|
||||
description:
|
||||
- True if the service has been recreated (removed and created)
|
||||
type: bool
|
||||
sample: True
|
||||
sample: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user