mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-14 04:40:18 +01:00
48114e97f7
The current method results in a deprecation warning on the latest version of Ansible.
7 lines
129 B
YAML
7 lines
129 B
YAML
---
|
|
- name: Ensure NFS utilities are installed.
|
|
apt:
|
|
name:
|
|
- nfs-common
|
|
- nfs-kernel-server
|
|
state: present
|