It actually seems like f21 should work for nfs client out of the box. Lets see.

This commit is contained in:
Kevin Fenzi 2015-01-30 22:53:53 +00:00
parent 758cd8b1bb
commit 69cf8ccee5

View file

@ -25,13 +25,6 @@
- nfs-utils
- rpcbind
- name: enable nfs-related services and run them (fedora21)
service: name={{ item }} enabled=true state=started
with_items:
- rpcbind
- rpc-statd
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == '21'
- name: enable nfs-related services and run them (fedora20)
service: name={{ item }} enabled=true state=started
with_items: