mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -0,0 +1 @@
|
||||
/mnt/fedora_koji 10.3.169.0/24(rw,no_root_squash)
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user