From 01b60da904f4cfbb261fa1916f577c3de05371bc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 Jan 2015 21:50:45 +0000 Subject: [PATCH] This should be nfs-lock for rhel7 --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 2c6f9a8588..2c7fce782a 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -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)