mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-08-01 04:14:48 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user