mhutter / ansible-docker-systemd-service

Ansible role for creating Systemd services for docker containers
https://galaxy.ansible.com/mhutter/docker-systemd-service
MIT License
49 stars 30 forks source link

Switch `docker_image` to `community.docker.docker_image` #64

Closed andygrunwald closed 3 months ago

andygrunwald commented 5 months ago

Context

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.

Checklist