iad2: add a koji02 exports for nfs and remove nfs-idmap, which is no longer used

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-02 14:14:38 -07:00
parent d052079cf1
commit f41b4c0b72
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
/mnt/fedora_koji 10.3.169.0/24(rw,no_root_squash)

View file

@ -18,7 +18,6 @@
- name: enable nfs-related services and run them (fedora)
service: name={{ item }} enabled=true state=started
with_items:
- nfs-idmap
- rpc-statd
when: ansible_distribution == 'Fedora'
tags: