Corrected syntax on task
This commit is contained in:
parent
c616f0939f
commit
d861b592e2
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- name: Link to the shared resources
|
- name: Link to the shared resources
|
||||||
file:
|
file:
|
||||||
src: '{{ keycloak_data_directory }}/themes/s2i2s-theme
|
src: '{{ keycloak_data_directory }}/themes/s2i2s-theme'
|
||||||
dest: '{{ keycloak_install_dir }}/{{ keycloak_distribution }}/themes/s2i2s-theme'
|
dest: '{{ keycloak_install_dir }}/{{ keycloak_distribution }}/themes/s2i2s-theme'
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue