aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/tasks/os_alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsclient/tasks/os_alpine.yml')
-rw-r--r--roles/nfsclient/tasks/os_alpine.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/nfsclient/tasks/os_alpine.yml b/roles/nfsclient/tasks/os_alpine.yml
index 62d8f70..1199dc8 100644
--- a/roles/nfsclient/tasks/os_alpine.yml
+++ b/roles/nfsclient/tasks/os_alpine.yml
@@ -1,10 +1,12 @@
+---
+
- name: install nfs-utils
- package:
+ ansible.builtin.package:
name: nfs-utils
state: present
- name: restart and enable nfsmount
- service:
+ ansible.builtin.service:
name: nfsmount
state: restarted
enabled: true
remember that computers suck.