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:
Felix Fontein 2019-02-16 16:14:29 +01:00 committed by Matt Clay
parent 81d688a7c7
commit ef3d86255d
3 changed files with 4 additions and 24 deletions

View file

@ -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).