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: >