mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
downstream: fix rhbk install path
This commit is contained in:
@@ -307,7 +307,7 @@ argument_specs:
|
||||
description: "Root installation directory"
|
||||
type: "str"
|
||||
rhbk_installdir:
|
||||
default: "{{ rhbk_dest }}/rhbk-{{ rhbk_version.split('.')[0] }}.{{ rhbk_version.split('.')[1] }}"
|
||||
default: "{{ rhbk_dest }}/rhbk-{{ rhbk_version }}"
|
||||
description: "Installation path for Red Hat Build of Keycloak"
|
||||
type: "str"
|
||||
rhbk_apply_patches:
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
mode: 0644
|
||||
become: true
|
||||
notify:
|
||||
- restart keycloak
|
||||
- restart keycloak
|
||||
|
||||
- name: Ensure logdirectory exists
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user