Rename internal variable _package_list
This var is renamed _openstack_hosts_package list so that it does not collide with a variable of the same name used in the python_venv_build role. Change-Id: Idedf39312df718a7d815eebb3642f75207348afb
This commit is contained in:
parent
0fdd2ad27d
commit
936188e26f
@ -58,8 +58,8 @@ openstack_host_specific_kernel_modules: []
|
||||
## Our default overrides will be combined with your overrides.
|
||||
|
||||
# Overridable package list is composed of the old override
|
||||
# named user_package_list and the standard defaults _package_list
|
||||
openstack_hosts_package_list: "{{ _package_list + (user_package_list | default([])) }}"
|
||||
# named user_package_list and the standard defaults _openstack_hosts_package_list
|
||||
openstack_hosts_package_list: "{{ _openstack_hosts_package_list + (user_package_list | default([])) }}"
|
||||
|
||||
# Overridable package repo is composed of the old override
|
||||
# named user_external_repo_lists and the standard defaults _package_repos
|
||||
|
@ -76,7 +76,7 @@ _package_repos_keys:
|
||||
url: "http://osbpo.debian.net/osbpo/dists/pubkey.gpg"
|
||||
state: present
|
||||
|
||||
_package_list:
|
||||
_openstack_hosts_package_list:
|
||||
- name: ca-certificates
|
||||
state: latest
|
||||
|
||||
|
@ -79,7 +79,7 @@ _package_repos_keys:
|
||||
key: /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO
|
||||
keyfile: "gpg/61E8806C"
|
||||
|
||||
_package_list:
|
||||
_openstack_hosts_package_list:
|
||||
- name: dnf-plugins-core
|
||||
state: present
|
||||
- name: epel-release
|
||||
|
@ -80,7 +80,7 @@ _package_repos_keys: []
|
||||
# url:
|
||||
# state:
|
||||
|
||||
_package_list:
|
||||
_openstack_hosts_package_list:
|
||||
- name: ubuntu-cloud-keyring
|
||||
state: "{{ openstack_hosts_package_state }}"
|
||||
- name: ca-certificates
|
||||
|
Loading…
x
Reference in New Issue
Block a user