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

AMW-182 Change WildFly mentions to EAP in EAP Ansible roles documentation #43

Merged
merged 1 commit into from
Mar 20, 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
1 change: 1 addition & 0 deletions playbooks/eap.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
- 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
downstream_namespace: 'redhat'
upstream_namespace: 'middleware_automation'
project_git_url: https://github.com/ansible-middleware/wildfly.git
case_insensitive_match: true

upstream_downstream_collections_map:
- { upstream_name: 'middleware_automation.common', downstream_name: 'redhat.runtimes_common' }
Expand Down
Loading