Skip to content

Commit

Permalink
fix missing revert (rhbk)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed May 22, 2024
1 parent ab83844 commit e389206
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions playbooks/rhbk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@
- match: "spid-rhbk-provider"
replace: "spid-keycloak-provider"
file: "converge.yml$"
- match: "org.rhbk:rhbk-kerberos-federation"
replace: "org.keycloak:keycloak-kerberos-federation"
- match: "org.rhbk"
replace: "org.keycloak"
file: "converge.yml$"
- match: "rhbk-kerberos-federation"
replace: "keycloak-kerberos-federation"
file: "converge.yml$"
galaxy:
documentation: https://access.redhat.com/documentation/en-us/red_hat_build_of_keycloak/
Expand Down

0 comments on commit e389206

Please sign in to comment.