Skip to content

Commit

Permalink
ci: bump and fix final linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Apr 17, 2024
1 parent 50d189e commit 6706fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "2.1.1"
version: "2.1.2"
readme: README.md
authors:
- Romain Pelisse <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions roles/keycloak_realm/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -132,4 +132,4 @@ argument_specs:
rhbk_enable:
default: true
description: "Enable Red Hat Build of Keycloak installation"
type: "str"
type: "bool"

0 comments on commit 6706fd9

Please sign in to comment.