netz39-infra-ansible/group-k3s.yml

9 lines
169 B
YAML
Raw Permalink Normal View History

2023-10-09 22:28:13 +02:00
---
- hosts: k3s
become: true
tasks:
- name: Ensure nfs-common is installed on k3s VMs
ansible.builtin.apt:
pkg: nfs-common
state: present