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