nfs/client requires network-scripts on Fedora 29+
This commit is contained in:
parent
48ec0e9ad7
commit
1a88b7d923
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue