ansible-role-nfs/tasks/configure-RedHat.yml

8 lines
161 B
YAML
Raw Normal View History

2014-11-12 22:02:07 +01:00
---
- name: Ensure rpcbind and nfs are running.
service: "name={{ item }} state=started enabled=yes"
with_items:
- rpcbind
- nfs
when: nfs_exports