Merge "openafs: avoid pulling in client package before kernel modules"

This commit is contained in:
Zuul 2019-10-24 01:03:28 +00:00 committed by Gerrit Code Review
commit a7209e6940

View File

@ -14,12 +14,14 @@
become: yes
# NOTE(ianw) : Need to do this first and separately so that the
# modules are ready for the openafs-client package to start.
# modules are ready for the openafs-client package to start. Avoid
# recommends because that drags in the client, which can't start
# without the modules which are building in this step (we do it next)
- name: Install openafs kernel modules
package:
name:
- openafs-modules-dkms
apt:
name: openafs-modules-dkms
state: latest
install_recommends: no
become: yes
- name: Install client packages