Fix the systemd unit file name.

This commit is contained in:
Andrea Dell'Amico 2024-08-01 14:34:14 +02:00
parent d1d03d34ae
commit b20b6409ae
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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