add nfs-common to k8s clients
This commit is contained in:
parent
8d53ed93e3
commit
f375f77a85
1 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,9 @@
|
|||
enabled: yes
|
||||
name: k3s
|
||||
state: started
|
||||
|
||||
- name: ensure nfsd is installed
|
||||
apt:
|
||||
name: nfs-common
|
||||
state: present
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue