mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
ci: final round of linting
This commit is contained in:
parent
6706fd9bf5
commit
74636e8629
2 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ argument_specs:
|
||||||
rhbk_enable:
|
rhbk_enable:
|
||||||
default: true
|
default: true
|
||||||
description: "Enable Red Hat Build of Keycloak installation"
|
description: "Enable Red Hat Build of Keycloak installation"
|
||||||
type: "str"
|
type: "bool"
|
||||||
rhbk_offline_install:
|
rhbk_offline_install:
|
||||||
default: false
|
default: false
|
||||||
description: "Perform an offline install"
|
description: "Perform an offline install"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
name: "{{ keycloak.service_user }}"
|
name: "{{ keycloak.service_user }}"
|
||||||
home: /opt/keycloak
|
home: /opt/keycloak
|
||||||
system: true
|
system: true
|
||||||
create_home: no
|
create_home: false
|
||||||
|
|
||||||
- name: "Create {{ keycloak.service_name }} install location"
|
- name: "Create {{ keycloak.service_name }} install location"
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue