Skip to content

Commit

Permalink
Merge pull request #54 from ansible-middleware/changelog_links
Browse files Browse the repository at this point in the history
fix changelog links
  • Loading branch information
guidograzioli authored Aug 30, 2024
2 parents 47f6f8f + 6364279 commit 241edf4
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 241edf4

Please sign in to comment.