mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added .cymais.service suffix to make cymais files more visible
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
dest: "{{ health_nginx_folder }}health-nginx.py"
|
||||
when: run_once_health_nginx is not defined
|
||||
|
||||
- name: create health-nginx.service
|
||||
- name: create health-nginx.cymais.service
|
||||
template:
|
||||
src: health-nginx.service.j2
|
||||
dest: /etc/systemd/system/health-nginx.service
|
||||
notify: reload health-nginx.service
|
||||
dest: /etc/systemd/system/health-nginx.cymais.service
|
||||
notify: reload health-nginx.cymais.service
|
||||
when: run_once_health_nginx is not defined
|
||||
|
||||
- name: set service_name to the name of the current role
|
||||
|
Reference in New Issue
Block a user