Files
community.general/lib/ansible/modules/cloud
Felix Fontein 73533d3fc2 docker_* modules: simplify idempotency comparisons (#47709)
* More generic comparison code from docker_container to docker_common.

* More flexibility if a is None and method is allow_to_present.

Note that this odes not affect docker_container, as there a is never None.

* Update docker_secret and docker_config: simplify labels comparison.

* Added unit tests.

* Use proper subsequence test for allow_more_present for lists.

Note that this does not affect existing code in docker_container, since lists
don't use allow_more_present. Using allow_more_present will only be possible
in Ansible 2.8.

* pep8
2018-10-30 08:50:34 +00:00
..
2018-10-28 12:35:30 +05:30
2018-08-05 17:49:11 -04:00
2018-10-22 19:00:53 +02:00
2018-09-24 21:03:50 +02:00
2018-08-22 01:56:47 -04:00
2018-08-24 19:43:35 -04:00
2018-08-24 19:43:35 -04:00
2018-09-25 11:15:51 +01:00