mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-28 10:24:54 +00:00
ci: final round of linting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user