More tags to the service block
This commit is contained in:
parent
0605f917c1
commit
d423d87cd2
tasks
|
@ -5,6 +5,12 @@
|
||||||
- import_tasks: keycloak-configuration.yml
|
- import_tasks: keycloak-configuration.yml
|
||||||
|
|
||||||
- name: Manage the keycloak service
|
- name: Manage the keycloak service
|
||||||
|
tags:
|
||||||
|
- keycloak
|
||||||
|
- keycloak_service
|
||||||
|
- keycloak_conf
|
||||||
|
- keycloak_providers
|
||||||
|
- keycloak_providers_jar
|
||||||
block:
|
block:
|
||||||
- name: Install the keycloak systemd unit
|
- name: Install the keycloak systemd unit
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
@ -33,4 +39,3 @@
|
||||||
delay: 10
|
delay: 10
|
||||||
timeout: 90
|
timeout: 90
|
||||||
|
|
||||||
tags: ['keycloak', 'keycloak_service', 'keycloak_conf']
|
|
||||||
|
|
Loading…
Reference in New Issue