This should be nfs-lock for rhel7
This commit is contained in:
parent
964d5c2c93
commit
01b60da904
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue