mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-13 20:40:17 +01:00
7 lines
161 B
YAML
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
|