Add libcapstone4 pinning from backports

After qemu has been updated in osbpo repo, extra requirement has
appeared, that is available only from backports repo.So we add it
to nova_backports_packages and limit apt_package_pinning
only to Debian Buster.

Change-Id: I284fbd7f8587886502ecc54adfe7314fb80967fd
This commit is contained in:
Dmitriy Rabotyagov 2021-05-25 10:27:51 +03:00
parent 101f5d5b17
commit d8c7ad355f
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
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:

View File

@ -96,3 +96,4 @@ nova_backports_packages:
- libdaxctl1
- libndctl6
- libudev1
- libcapstone4