docker_image: allow to tag images by name, improve docs (#149)

* Add test to tag image with ID.

* Document that source=local also works with image IDs.

* Improve 'repository' documentation.

* Fix typo.

* Looks like a fix is needed to make this work.

* ...

* Avoid unnecessary re.search() calls.

* Add changelog fragment.

* Improve main description.

* Remove import.
This commit is contained in:
Felix Fontein
2021-06-07 07:01:10 +02:00
committed by GitHub
parent 4d0637e178
commit b775bac593
4 changed files with 38 additions and 20 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_image - allow to tag images by ID (https://github.com/ansible-collections/community.docker/pull/149)."