diff --git a/playbooks/eap.yml b/playbooks/eap.yml index 5a5fa66..ebe8132 100644 --- a/playbooks/eap.yml +++ b/playbooks/eap.yml @@ -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 diff --git a/playbooks/rhbk.yml b/playbooks/rhbk.yml index 9944ebd..3f2c1a1 100644 --- a/playbooks/rhbk.yml +++ b/playbooks/rhbk.yml @@ -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/