mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
6 lines
142 B
YAML
6 lines
142 B
YAML
---
|
|
- name: Ensure NFS utilities are installed.
|
|
apt: "name={{ item }} state=present"
|
|
with_items:
|
|
- nfs-common
|
|
- nfs-kernel-server
|