ci: final round of linting

This commit is contained in:
Guido Grazioli 2024-04-17 17:29:38 +02:00
parent 6706fd9bf5
commit 74636e8629
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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