ci: bump and fix final linter warnings

This commit is contained in:
Guido Grazioli 2024-04-17 17:24:57 +02:00
commit 6706fd9bf5
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ argument_specs:
sso_enable:
default: true
description: "Enable Red Hat Single Sign-on installation"
type: "str"
type: "bool"
rhbk_version:
default: "22.0.6"
description: "Red Hat Build of Keycloak version"
@ -132,4 +132,4 @@ argument_specs:
rhbk_enable:
default: true
description: "Enable Red Hat Build of Keycloak installation"
type: "str"
type: "bool"