diff --git a/playbooks/jws.yml b/playbooks/jws.yml index 976f317..335659e 100644 --- a/playbooks/jws.yml +++ b/playbooks/jws.yml @@ -5,7 +5,7 @@ downstream_name: jws downstream_namespace: 'redhat' upstream_namespace: 'middleware_automation' - project_git_url: https://github.com/ansible-middleware/jws.git + project_git_url: "{{ lookup('env', 'GIT_REPOSITORY_URL') | default('https://github.com/ansible-middleware/jws.git', true) }}" project_git_version: "{{ lookup('env', 'GIT_REPOSITORY_BRANCH') | default('main', true) }}" upstream_downstream_collections_map: - { upstream_name: 'middleware_automation.common', downstream_name: 'redhat.runtimes_common' }