- name: "reload docker-compose-restart-unhealthy.service" systemd: name: docker-compose-restart-unhealthy.service state: reloaded enabled: yes daemon_reload: yes - name: "restart docker-compose-restart-unhealthy.timer" systemd: name: docker-compose-restart-unhealthy.timer state: restarted enabled: yes daemon_reload: yes