Fix the systemd unit file name.
This commit is contained in:
parent
d1d03d34ae
commit
b20b6409ae
|
@ -260,7 +260,7 @@
|
||||||
- name: Install the instances systemd unit
|
- name: Install the instances systemd unit
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: tomcat-service.j2
|
src: tomcat-service.j2
|
||||||
dest: "/usr/lib/systemd/system/tomcat-instance-{{ item.http_port }}"
|
dest: "/usr/lib/systemd/system/tomcat-instance-{{ item.http_port }}.service"
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue