9caaf7b109
* Don't check options for idempotency which are not supported. This check should be superfluous if every option would adhere to the convention that options not specified should have value None. Unfortunately, some options (such as init) which correspond to container properties have an explicit default set.
3 lines
226 B
YAML
3 lines
226 B
YAML
bugfixes:
|
|
- "docker_container - fix idempotency problems with docker-py caused by previous ``init`` idempotency fix."
|
|
- "docker_container - fix interplay of docker-py version check with argument_spec validation improvements."
|