mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user