mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
docker_* modules: remove from validate-modules ignore list (#52402)
* Remove docker_* modules from validate-modules ignore list. * Adjust types of cacert_path, cert_path and key_path. * Fix type of update_failure_action in docker_swarm_service.
This commit is contained in:
parent
81d688a7c7
commit
ef3d86255d
3 changed files with 4 additions and 24 deletions
|
@ -370,7 +370,7 @@ options:
|
|||
- Rolling update parallelism.
|
||||
- Corresponds to the C(--update-parallelism) option of C(docker service create).
|
||||
update_failure_action:
|
||||
type: int
|
||||
type: str
|
||||
description:
|
||||
- Action to take in case of container failure.
|
||||
- Corresponds to the C(--update-failure-action) option of C(docker service create).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue