mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 02:10:29 -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:
|
||||
default: true
|
||||
description: "Enable Red Hat Build of Keycloak installation"
|
||||
type: "str"
|
||||
type: "bool"
|
||||
rhbk_offline_install:
|
||||
default: false
|
||||
description: "Perform an offline install"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
name: "{{ keycloak.service_user }}"
|
||||
home: /opt/keycloak
|
||||
system: true
|
||||
create_home: no
|
||||
create_home: false
|
||||
|
||||
- name: "Create {{ keycloak.service_name }} install location"
|
||||
become: true
|
||||
|
|
Loading…
Add table
Reference in a new issue