ansible/lib/ansible
Felix Fontein 85626291bf docker_container: fix various idempotency problems and non-working options (#45905)
* Sorting args.

* Doing comparisons of options with container parameters in a more context-sensitive way.

This prevents unnecessary restarts, or missing restarts (f.ex. if parameters are removed from ``cmd``).

* Make blkio_weight work.

* Fix cap_drop idempotency problem.

* Making groups idempotent if it contains integers.

* Make cpuset_mems work.

* Make dns_opts work.

* Fixing log_opts: docker expects string values, returns error for integer.

* Adding tests from felixfontein/ansible-docker_container-test#2.

* Make uts work.

* Adding changelog entry.

* Forgot option security_opts.

* Fixing typo.

* Explain strict set(dict) comparison a bit more.

* Improving idempotency tests.

* Making dns_servers a list, since the ordering is relevant.

* Making dns_search_domains a list, since the ordering is relevant.

* Improving dns_search_domains/dns_servers.

* Fixing entrypoint test.

* Making sure options are only supported for correct docker-py versions.
2018-09-25 16:17:49 -07:00
..
cli Pass path to GalaxyRole object (#43051) 2018-09-04 14:41:28 -07:00
compat [stable-2.6] Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 13:19:53 -07:00
config [stable-2.6] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-09-25 14:14:34 -07:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor fix no log templating (#44506) 2018-09-04 15:48:21 -07:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Error on empty group/host name (#42584) 2018-07-27 08:03:14 -07:00
module_utils Added default value for when CloudFrontOriginAccessIdentityList is (#44984) 2018-09-25 14:55:15 -07:00
modules docker_container: fix various idempotency problems and non-working options (#45905) 2018-09-25 16:17:49 -07:00
parsing [stable-2.6] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 2018-09-25 14:15:44 -07:00
playbook [stable-2.6] Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836) 2018-09-04 13:58:29 -07:00
plugins These won't get upgraded to bool if ansible doesn't know they are 2018-09-25 15:35:41 -07:00
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-04-30 16:47:27 -07:00
utils Backport/2.6/44568 (#44728) 2018-09-04 14:28:53 -07:00
vars [stable-2.6] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231). 2018-09-25 14:49:52 -07:00
__init__.py
constants.py Fix fact cleaning (#42595) 2018-07-16 17:23:26 -07:00
release.py Update Ansible release version to 2.6.4.post0. 2018-09-06 22:00:27 -07:00