Merge "openafs-client: Use PPA for Xenial ARM64"
This commit is contained in:
commit
5c8ed703d2
@ -1,10 +1,15 @@
|
||||
# Bionic and Focal versions both shipped unstable ~pre versions
|
||||
# of openafs clients; we thus have stable versions in a PPA.
|
||||
# https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1832690
|
||||
# Bionic and Focal versions both shipped unstable ~pre versions of
|
||||
# openafs clients; we thus have stable versions in a PPA. We use this
|
||||
# everywhere but our legacy Xenial x86 hosts (Debian stable has 1.8
|
||||
# inbuilt so we are good there).
|
||||
# https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1832690
|
||||
- name: Install openstackci openafs PPA
|
||||
apt_repository:
|
||||
repo: 'ppa:openstack-ci-core/openafs'
|
||||
when: ansible_distribution_version is version('18.04', '>=')
|
||||
when:
|
||||
- ansible_distribution == 'Ubuntu' and not
|
||||
( ansible_distribution_version is version('16.04', '==') and
|
||||
ansible_architecture == 'x86_64' )
|
||||
become: yes
|
||||
|
||||
- name: Install kernel headers dependency
|
||||
|
Loading…
x
Reference in New Issue
Block a user