Merge "Remove apt pinning task for debian buster"

This commit is contained in:
Zuul 2022-02-03 13:52:52 +00:00 committed by Gerrit Code Review
commit 1301d140d8
2 changed files with 0 additions and 19 deletions

View File

@ -36,5 +36,3 @@ galaxy_info:
- nova
- development
- openstack
dependencies:
- apt_package_pinning

View File

@ -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 }}"