No d on nfs-idmap on fedora

This commit is contained in:
Kevin Fenzi 2014-05-16 19:54:05 +00:00
parent ac17a003b7
commit 51173a59b8

View file

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