This commit is contained in:
Guido Grazioli 2023-03-08 11:06:01 +01:00
parent 6e9a17bbf5
commit a7c9304c68
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B

View file

@ -198,7 +198,7 @@
"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 }}"
become: yes