Fedora 21 also needs rpcbind to be manually started

This commit is contained in:
Patrick Uiterwijk 2015-01-15 00:28:41 +00:00
parent 77b0b342ad
commit fc177961a7

View file

@ -28,6 +28,7 @@
- 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'