Add a tag to the task that prints the tomcat version.
This commit is contained in:
parent
ca5d039f31
commit
a772d7a2f9
|
@ -32,7 +32,7 @@
|
|||
- name: tomcat-pkgs | Print the Tomcat version
|
||||
ansible.builtin.debug:
|
||||
msg: "The Tomcat version we are going to install is {{ tomcat_version }}"
|
||||
tags: ['tomcat', 'tomcat_ver', 'tomcat_conf', 'tomcat_javamelody']
|
||||
tags: ['tomcat', 'tomcat_ver', 'tomcat_conf', 'tomcat_javamelody', 'tomcat_init']
|
||||
|
||||
- name: tomcat-pkgs | Install the tomcat packages
|
||||
ansible.builtin.apt:
|
||||
|
|
Loading…
Reference in New Issue