Need nfs-utils

This commit is contained in:
Kevin Fenzi 2014-04-21 19:11:10 +00:00
parent 5126c3a7b2
commit f61c9d4d31

View file

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