mirror of https://github.com/ansible/ansible.git
docker_container: fix init option idempotency with old docker-py versions (#49078)
* 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.
(cherry picked from commit 9caaf7b109
)
pull/49167/head
parent
316d3abb42
commit
29e2454f7c
@ -0,0 +1,3 @@
|
||||
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."
|
Loading…
Reference in New Issue