Closed andygrunwald closed 3 months ago
During execution, these messages are in the output:
task path: /my/path/.ansible/roles/mhutter.docker-systemd-service/tasks/main.yml:6 redirecting (type: modules) ansible.builtin.docker_image to community.docker.docker_image task path: /my/path/.ansible/roles/mhutter.docker-systemd-service/tasks/install.yml:12 redirecting (type: modules) ansible.builtin.docker_image to community.docker.docker_image redirecting (type: modules) ansible.builtin.docker_image to community.docker.docker_image
This PR is switching docker_image to community.docker.docker_image.
docker_image
community.docker.docker_image
Context
During execution, these messages are in the output:
This PR is switching
docker_image
tocommunity.docker.docker_image
.Checklist