ansible-role-nfs/tasks/configure-RedHat.yml
2014-11-12 15:02:07 -06:00

7 lines
161 B
YAML

---
- name: Ensure rpcbind and nfs are running.
service: "name={{ item }} state=started enabled=yes"
with_items:
- rpcbind
- nfs
when: nfs_exports