ci: bump and fix final linter warnings

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

View file

@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "2.1.1"
version: "2.1.2"
readme: README.md
authors:
- Romain Pelisse <rpelisse@redhat.com>

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"