1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Felix Fontein 9caaf7b109 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.
2018-11-26 13:53:01 +00:00
..
cli Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config fix bug in config mgr 2018-11-19 11:46:17 -05:00
errors Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
executor Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
module_utils Don't jsonify after and before on diff return. (#49092) 2018-11-26 13:52:21 +00:00
modules docker_container: fix init option idempotency with old docker-py versions (#49078) 2018-11-26 13:53:01 +00:00
parsing Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
playbook Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
plugins Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00
template Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
utils Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py
constants.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00