Use openstack-ci-core PPA for openafs 1.8.3
This ppa has openafs 1.8.3 for Bionic hosts Change-Id: I26dc2f3f1a14cf59a4b132c53b4738ed4d9919f8
This commit is contained in:
parent
6256d26f47
commit
36d9687b4a
@ -6,6 +6,14 @@
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
# Bionic version is dangerously out of date; use later version.
|
||||
# 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', '>=')
|
||||
become: yes
|
||||
|
||||
- name: Install client packages
|
||||
package:
|
||||
name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user