mirror of https://github.com/ansible/ansible.git
[2.6] docker_container: fix working_dir (#44522)
* docker_container: fix working_dir (#42857) WorkingDir should be read from Config instead of HostConfig, check https://docs.docker.com/engine/api/v1.37/#operation/ContainerInspect * Adding changelog entry.pull/45200/head
parent
04296f4230
commit
55dbf27362
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container: fixing ``working_dir`` idempotency problem (https://github.com/ansible/ansible/pull/42857)"
|
||||
Loading…
Reference in New Issue