This should be nfs-lock for rhel7

This commit is contained in:
Kevin Fenzi 2015-01-10 21:50:45 +00:00
parent 964d5c2c93
commit 01b60da904

View file

@ -40,7 +40,7 @@
- name: enable nfs-related services and run them (rhel7)
service: name={{ item }} enabled=true state=started
with_items:
- rpc-statd
- nfs-lock
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '7'
- name: enable nfs-related services and run them (rhel6)