From f61c9d4d313ec8d9145fcc40eb6d8483c1857f77 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Apr 2014 19:11:10 +0000 Subject: [PATCH] Need nfs-utils --- roles/nfs_client/tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/nfs_client/tasks/main.yml b/roles/nfs_client/tasks/main.yml index cd4e52865a..6d89db1cce 100644 --- a/roles/nfs_client/tasks/main.yml +++ b/roles/nfs_client/tasks/main.yml @@ -9,7 +9,10 @@ - name: run netapp route command: /etc/sysconfig/network-scripts/ifup-routes eth1 -# when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm') + when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm') + +- name: install nfs-utils + yum: pkg=nfs-utils state=installed - name: nfs mount points mount: >