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
+3 -3
View File
@@ -22,7 +22,7 @@ options:
description:
- Stack name
type: str
required: yes
required: true
state:
description:
- Service state.
@@ -45,13 +45,13 @@ options:
This will have docker remove the services not present in the
current stack definition.
type: bool
default: no
default: false
with_registry_auth:
description:
- If true will add the C(--with-registry-auth) option to the C(docker stack deploy) command.
This will have docker send registry authentication details to Swarm agents.
type: bool
default: no
default: false
resolve_image:
description:
- If set will add the C(--resolve-image) option to the C(docker stack deploy) command.