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
|
||||
ansible.builtin.template:
|
||||
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"
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue