Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eap: transform app download URLs #49

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion playbooks/eap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- ansible.builtin.import_playbook: community.fqcn_migration.fqcn_migration

Check warning on line 2 in playbooks/eap.yml

View workflow job for this annotation

GitHub Actions / CI (3.11)

name[play]

All plays should be named.
vars:
upstream_name: wildfly
downstream_name: eap
Expand All @@ -22,7 +22,10 @@
replace: "repo1.maven.org/maven2/org/wildfly/prospero"
- match: "files/wildfly-custom.xml"
replace: "files/eap-custom.xml"

- match: "https://github.com/rpelisse/eap-quickstarts/releases/download/kitchensink_eap31_1.0/kitchensink.war"
replace: "https://github.com/rpelisse/wildfly-quickstarts/releases/download/kitchensink_wildfly26_1.0/kitchensink.war"
- 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"
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
Loading