Merge "Only override UCA repo url on OpenStack CI"
This commit is contained in:
commit
d894af2ed7
@ -51,5 +51,6 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
uca_apt_repo_url: "{{ ubuntu_repo_url.stdout | netorigin }}/ubuntu-cloud-archive"
|
uca_apt_repo_url: "{{ ubuntu_repo_url.stdout | netorigin }}/ubuntu-cloud-archive"
|
||||||
when:
|
when:
|
||||||
|
- nodepool.stat.exists | bool
|
||||||
- ansible_pkg_mgr == 'apt'
|
- ansible_pkg_mgr == 'apt'
|
||||||
- nodepool.stat.exists | bool
|
- nodepool.stat.exists | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user