Correct the UCA repo location variable for ubuntu focal

The name of this variable was previously updated and documented
in a release note in [1]. but the old name is used for focal.

[1] https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/706285

Change-Id: I4e154d22e8f9438da9cd277370c5be67a0826b4a
This commit is contained in:
Jonathan Rosser 2021-02-26 09:54:45 +00:00
parent 9c585b7257
commit dfdbc77c6d
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,6 @@ _package_repos: []
# state: present
# filename: "uca"
_uca_repo: "deb {{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/victoria main"
_uca_repo: "deb {{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/victoria main"
_openstack_host_ca_location: /usr/local/share/ca-certificates/