mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 17:24:03 +08:00
It actually seems like f21 should work for nfs client out of the box. Lets see.
This commit is contained in:
@@ -25,13 +25,6 @@
|
||||
- nfs-utils
|
||||
- rpcbind
|
||||
|
||||
- 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'
|
||||
|
||||
- name: enable nfs-related services and run them (fedora20)
|
||||
service: name={{ item }} enabled=true state=started
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user