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:
parent
d052079cf1
commit
f41b4c0b72
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
- name: enable nfs-related services and run them (fedora)
|
||||||
service: name={{ item }} enabled=true state=started
|
service: name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
- nfs-idmap
|
|
||||||
- rpc-statd
|
- rpc-statd
|
||||||
when: ansible_distribution == 'Fedora'
|
when: ansible_distribution == 'Fedora'
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue