Fix a variable name.

This commit is contained in:
Andrea Dell'Amico 2024-08-05 15:15:19 +02:00
parent a772d7a2f9
commit 6904b50e1d
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
- name: tomcat-pkgs | Print the value of the variable that tell us if we want systemd
ansible.builtin.debug:
msg: "Test var: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd: {{ tomcat_use_systemd_unit }}"
msg: "Test var tomcat_use_systemd_unit_test: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd_unit: {{ tomcat_use_systemd_unit }}"
tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf', 'tomcat_init']
- name: tomcat-pkgs | Install the startup script used by the systemd unit