diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 2c7fce782a..6ada3da393 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -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'