We don't need nfs-idmap on client side in fedora anymore.

This commit is contained in:
Kevin Fenzi 2014-11-17 23:43:46 +00:00
parent eff6ff37ad
commit c16842abcf

View file

@ -28,7 +28,6 @@
- name: enable nfs-related services and run them (fedora)
action: service name={{ item }} enabled=true state=started
with_items:
- nfs-idmap
- nfs-lock
when: ansible_distribution == 'Fedora' or ansible_distribution_major_version == '7'