mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
This should be nfs-lock for rhel7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user