Syntax error in a task.
This commit is contained in:
parent
de14cb22af
commit
6918ebb808
tasks
|
@ -49,7 +49,7 @@
|
||||||
- name: Manage the keycloak configuration
|
- name: Manage the keycloak configuration
|
||||||
block:
|
block:
|
||||||
- name: Install the standalone configuration files
|
- name: Install the standalone configuration files
|
||||||
template: src={{ item }}.j2 dest=dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner=root group={{ keycloak_user }} mode='0440'
|
template: src={{ item }}.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner=root group={{ keycloak_user }} mode='0440'
|
||||||
with_items:
|
with_items:
|
||||||
- standalone.xml
|
- standalone.xml
|
||||||
- standalone-ha.xml
|
- standalone-ha.xml
|
||||||
|
|
Loading…
Reference in New Issue