Skip to content

Commit

Permalink
quarkus: add transformation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Aug 12, 2024
1 parent 71db838 commit 24255f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions playbooks/quarkus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- ansible.builtin.import_playbook: community.fqcn_migration.fqcn_migration

Check warning on line 2 in playbooks/quarkus.yml

View workflow job for this annotation

GitHub Actions / CI (3.11)

name[play]

All plays should be named.
vars:
upstream_name: quarkus
downstream_name: quarkus
downstream_namespace: 'redhat'
upstream_namespace: 'middleware_automation'
project_git_url: "{{ lookup('env', 'GIT_REPOSITORY_URL') | default('https://github.com/ansible-middleware/quarkus.git', true) }}"
project_git_version: "{{ lookup('env', 'GIT_REPOSITORY_BRANCH') | default('main', true) }}"
case_insensitive_match: true

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

0 comments on commit 24255f4

Please sign in to comment.