mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
change default pidfile location
Signed-off-by: Massimo Schiavon <schmaxit@users.noreply.github.com>
This commit is contained in:
parent
91ec411699
commit
c8ebbe72d2
5 changed files with 5 additions and 5 deletions
|
@ -86,7 +86,7 @@ argument_specs:
|
|||
type: "str"
|
||||
keycloak_service_pidfile:
|
||||
# line 31 of keycloak/defaults/main.yml
|
||||
default: "/run/keycloak.pid"
|
||||
default: "/run/keycloak/keycloak.pid"
|
||||
description: "PID file path for service"
|
||||
type: "str"
|
||||
keycloak_features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue