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

fix changelog links #54

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions 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 Down 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 @@ -27,7 +27,7 @@
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> will be replaced with content
downstream_placeholder_content: []
pre_tasks:
- name: "Git clone {{ project_git_url }} into {{ lookup('env', 'PWD') }}/upstream/keycloak.git"

Check warning on line 30 in playbooks/rhbk.yml

View workflow job for this annotation

GitHub Actions / CI (3.11)

name[template]

Jinja templates should only be at the end of 'name'
ansible.builtin.include_role:
name: community.fqcn_migration.git
tasks_from: clone.yml
Expand Down 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
Loading