Fedora 21 also needs rpcbind to be manually started
This commit is contained in:
parent
77b0b342ad
commit
fc177961a7
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
- name: enable nfs-related services and run them (fedora21)
|
- name: enable nfs-related services and run them (fedora21)
|
||||||
service: name={{ item }} enabled=true state=started
|
service: name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
|
- rpcbind
|
||||||
- rpc-statd
|
- rpc-statd
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == '21'
|
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == '21'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue