Felix Fontein
e4f3402035
Rewrite the docker_image_info module ( #405 )
...
* Rewrite the docker_image_info module.
* Improve error messages.
2022-07-06 21:46:14 +02:00
Felix Fontein
623786c659
Implement all remaining deprecations for 3.0.0 ( #400 )
...
* Remove support for Ansible 2.9 and ansible-base 2.10.
* Remove Ansible 2.9 compatiblity code.
* Remove docker-compose from EE.
* Drop support for Python 2.6. Stop advertising docker-py for Python 2.6.
* Drop support for API versions 1.20 to 1.24.
* Fix condition.
2022-07-02 17:13:53 +02:00
Felix Fontein
f41d7ac1b8
Move common utility code to plugins.module_utils.util ( #390 )
...
* Move common utility code to plugins.module_utils.util.
* Also adjust plugins.
* Fix import.
2022-06-20 18:39:13 +02:00
Felix Fontein
badcd61a74
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. ( #164 )
2021-06-26 13:39:51 +02:00
Felix Fontein
a3b9648233
Improve exception handling. ( #121 )
2021-04-08 08:00:01 +02:00
Felix Fontein
f2d16da643
docker_image: improve/fix handling of image IDs ( #87 )
...
* Improve/fix handling of image IDs in docker_image.
* Fix syntax error.
* Linting.
* Fix name collision.
* Add various tests.
* Fix tests.
* Improve image finding by ID, and fix various related bugs.
* accept_not_there -> accept_missing_image.
* Remove unnecessary dummy variable.
2021-02-28 10:40:11 +01:00
Felix Fontein
5dba331bc7
Adjust deprecations ( #1 )
...
* First batch of c.g 2.0.0 deprecations.
* Remove use_tls and force from docker_image.
* More removals.
* Change community.general 3.0.0 deprecations to community.docker 2.0.0.
* Fix sanity.
* Fixing some bugs.
* Add PR URL to fragment.
ci_complete
ci_coverage
* Improve docs, remove superfluous code.
2020-10-30 07:05:51 +01:00
Andrew Klychkov
7d44ce9635
modules: fix examples to use FQCN for builtin plugins ( #661 )
2020-10-30 07:05:51 +01:00
Andrew Klychkov
564dd62c80
modules: fix examples to use FQCN ( #644 )
...
* modules: fix examples to use FQCN
* fix
* fix
* fix
2020-10-30 07:05:51 +01:00
Felix Fontein
baf78aca3a
Fix M(). ( #591 )
...
* Fix M().
* Break long line.
* Fix the remaining M(...).
* Break long line.
2020-10-30 07:05:51 +01:00
Felix Fontein
87230c1c2f
Clean up deprecations ( #504 )
...
* Adjust deprecation versions.
* Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml
* Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml.
* The _info module is in google.cloud.
* The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal.
* Remove entries of modules that no longer exist.
* Update ignore.txt.
* Try to fix test.
* Remove debug output.
2020-10-30 07:05:51 +01:00
Andrew Klychkov
6a179835ed
Remove ANSIBLE_METADATA ( #339 )
...
* Remove ANSIBLE_METADATA
* remove from other modules
* remove from plugins and scripts
2020-10-30 07:05:51 +01:00
Felix Fontein
02f640326c
Fix module._name comparisons to also consider FQCNs. ( #230 )
2020-10-30 07:05:51 +01:00
Ansible Core Team
a1f472244d
Initial commit
2020-10-30 07:05:50 +01:00