ansible/changelogs/fragments/48551-docker_container-idempotency.yml
Felix Fontein b1acabcd03 docker_container: fix tests and idempotency for init and shm_size (#48551)
* Fix tests: use same command if not testing command option.

* Fix idempotency of init option.

* Fix shm_size idempotency (it is included in inspect results from docker API version 1.22 on).

* Add changelog.
2018-11-13 13:07:36 +00:00

2 lines
92 B
YAML

bugfixes:
- "docker_container - ``init`` and ``shm_size`` are now checked for idempotency."