Skip to content

Commit

Permalink
ci: final round of linting
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Apr 17, 2024
1 parent 6706fd9 commit 74636e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/keycloak_quarkus/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion roles/keycloak_quarkus/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74636e8

Please sign in to comment.