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