install nfs-common on all k3s nodes
This commit is contained in:
parent
423605c42b
commit
c923c88c92
1 changed files with 9 additions and 0 deletions
9
group-k3s.yml
Normal file
9
group-k3s.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- hosts: k3s
|
||||||
|
become: true
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Ensure nfs-common is installed on k3s VMs
|
||||||
|
ansible.builtin.apt:
|
||||||
|
pkg: nfs-common
|
||||||
|
state: present
|
Loading…
Add table
Reference in a new issue