Print the tomcat_use_systemd_unit value.
This commit is contained in:
parent
001e23c897
commit
31fa1e2f45
|
@ -102,6 +102,11 @@
|
||||||
notify: tomcat restart
|
notify: tomcat restart
|
||||||
tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf']
|
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:
|
||||||
|
msg: "Test var: {{ tomcat_use_systemd_unit_test }}. tomcat_use_systemd: {{ tomcat_use_systemd_unit }}"
|
||||||
|
tags: ['tomcat', 'tomcat_serverxml', 'tomcat_conf', 'tomcat_init']
|
||||||
|
|
||||||
- name: tomcat-pkgs | Install the startup script used by the systemd unit
|
- name: tomcat-pkgs | Install the startup script used by the systemd unit
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: tomcat-start.sh.j2
|
src: tomcat-start.sh.j2
|
||||||
|
|
Loading…
Reference in New Issue