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:
parent
101f5d5b17
commit
d8c7ad355f
@ -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:
|
||||
|
@ -96,3 +96,4 @@ nova_backports_packages:
|
||||
- libdaxctl1
|
||||
- libndctl6
|
||||
- libudev1
|
||||
- libcapstone4
|
||||
|
Loading…
Reference in New Issue
Block a user