mhutter / ansible-docker-systemd-service

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

uninstall: first stop the service, then remove env-file #63

Closed silvio closed 5 months ago

silvio commented 6 months ago

At the time when the service is attempted to be stopped, the systemd.service file still holds a reference to an env file that no longer exists. As a result, the service itself may not be able to be stopped.

Checklist

silvio commented 5 months ago

@mhutter ping?! 😃

mhutter commented 5 months ago

Hey @silvio, thanks for your contribution! :partying_face: