Skip to content

Commit

Permalink
fix changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Aug 30, 2024
1 parent 47f6f8f commit 6364279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
- match: "https://github.com/rpelisse/simple-servlet/releases/download/info_wfly31_1.2/info-1.2.war"
replace: "https://github.com/rpelisse/simple-servlet/releases/download/info_eap7.4_1.0/info-1.0.war"
file: 'molecule.*yml$'
- match: "[/]github.com[/]ansible-middleware[/]eap"
replace: "/github.com/ansible-middleware/wildfly"
file: "CHANGELOG.md$"
galaxy:
documentation: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform
homepage: https://access.redhat.com/products/red-hat-jboss-enterprise-application-platform
Expand Down
3 changes: 3 additions & 0 deletions playbooks/rhbk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
- match: "red-hat-build-of-rhbk"
replace: "red-hat-build-of-keycloak"
file: "README.md$"
- match: "[/]github.com[/]ansible-middleware[/]rhbk"
replace: "/github.com/ansible-middleware/keycloak"
file: "CHANGELOG.md$"
galaxy:
documentation: https://access.redhat.com/documentation/en-us/red_hat_build_of_keycloak/
homepage: https://access.redhat.com/products/red-hat-build-of-keycloak/
Expand Down

0 comments on commit 6364279

Please sign in to comment.