Merge "Remove apt pinning task for debian buster"
This commit is contained in:
commit
1301d140d8
@ -36,5 +36,3 @@ galaxy_info:
|
||||
- nova
|
||||
- development
|
||||
- openstack
|
||||
dependencies:
|
||||
- apt_package_pinning
|
||||
|
@ -25,23 +25,6 @@
|
||||
filter: ansible_local
|
||||
gather_subset: "!all"
|
||||
|
||||
- name: Set apt package pins
|
||||
include_role:
|
||||
name: apt_package_pinning
|
||||
vars:
|
||||
apt_package_pinning_file_name: "qemu_backports.pref"
|
||||
apt_package_pinning_priority: "1000"
|
||||
apt_pinned_packages: [{ package: "{{ nova_backports_packages | join(' ') }}", release: 'Debian Backports' }]
|
||||
when:
|
||||
- ansible_facts['distribution'] | lower == 'debian'
|
||||
- ansible_facts['distribution_version'] == '10'
|
||||
args:
|
||||
apply:
|
||||
tags:
|
||||
- nova-install
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Install distro packages
|
||||
package:
|
||||
name: "{{ nova_package_list }}"
|
||||
|
Loading…
Reference in New Issue
Block a user