Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2024-08-02 12:53:52 +02:00
parent 31fa1e2f45
commit c7e2c0dc8c
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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