mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
downstream: fix rhbk install path
This commit is contained in:
parent
5b8fcb67dc
commit
ac0b421456
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ argument_specs:
|
||||||
description: "Root installation directory"
|
description: "Root installation directory"
|
||||||
type: "str"
|
type: "str"
|
||||||
rhbk_installdir:
|
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"
|
description: "Installation path for Red Hat Build of Keycloak"
|
||||||
type: "str"
|
type: "str"
|
||||||
rhbk_apply_patches:
|
rhbk_apply_patches:
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
become: true
|
become: true
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
- name: Ensure logdirectory exists
|
- name: Ensure logdirectory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue