Add a tag to the task that prints the tomcat version.

This commit is contained in:
Andrea Dell'Amico 2024-08-02 13:25:30 +02:00
parent ca5d039f31
commit a772d7a2f9
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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