solved docker-compose naming bugs

This commit is contained in:
2023-04-19 00:03:13 +02:00
parent 0aacd81f6e
commit 7cb11a2d37
56 changed files with 147 additions and 147 deletions

View File

@@ -1,12 +1,12 @@
- name: "reload server_docker-compose-restart-unhealthy.service"
- name: "reload docker-compose-restart-unhealthy.service"
systemd:
name: server_docker-compose-restart-unhealthy.service
name: docker-compose-restart-unhealthy.service
state: reloaded
enabled: yes
daemon_reload: yes
- name: "restart server_docker-compose-restart-unhealthy.timer"
- name: "restart docker-compose-restart-unhealthy.timer"
systemd:
name: server_docker-compose-restart-unhealthy.timer
name: docker-compose-restart-unhealthy.timer
state: restarted
enabled: yes
daemon_reload: yes