mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
fix typo
This commit is contained in:
parent
6e9a17bbf5
commit
a7c9304c68
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
||||||
"value": hostvars[item].ansible_default_ipv4.address | default(item)
|
"value": hostvars[item].ansible_default_ipv4.address | default(item)
|
||||||
}
|
}
|
||||||
] }}
|
] }}
|
||||||
loop: "{{ ansible_play_batch }}"
|
loop: "{{ ansible_play_batch }}"
|
||||||
|
|
||||||
- name: "Deploy {{ keycloak.service_name }} config with remote cache store to {{ keycloak_config_path_to_standalone_xml }}"
|
- name: "Deploy {{ keycloak.service_name }} config with remote cache store to {{ keycloak_config_path_to_standalone_xml }}"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue