More tags to the service block

This commit is contained in:
Andrea Dell'Amico 2023-01-25 11:09:03 +01:00
parent 0605f917c1
commit d423d87cd2
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,12 @@
- import_tasks: keycloak-configuration.yml
- name: Manage the keycloak service
tags:
- keycloak
- keycloak_service
- keycloak_conf
- keycloak_providers
- keycloak_providers_jar
block:
- name: Install the keycloak systemd unit
ansible.builtin.template:
@ -33,4 +39,3 @@
delay: 10
timeout: 90
tags: ['keycloak', 'keycloak_service', 'keycloak_conf']