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.pull/49420/head
parent
35049a148a
commit
9caaf7b109
@ -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