nfs/client requires network-scripts on Fedora 29+

This commit is contained in:
Mikolaj Izdebski 2018-11-01 01:24:28 +01:00
parent 48ec0e9ad7
commit 1a88b7d923

View file

@ -1,3 +1,9 @@
- name: install network-scripts package
package: name=network-scripts state=installed
when: ansible_distribution_major_version|int >= 29
tags:
- nfs/client
# Setup our idmapd.conf file. It should be loaded automagically.
- name: idmapd.conf
copy: src=idmapd.conf dest=/etc/idmapd.conf