mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-10 04:40:28 -07:00
ci: bump and fix final linter warnings
This commit is contained in:
parent
50d189ee14
commit
6706fd9bf5
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue