abril/roles/k3s/post/tasks/main.yml

9 lines
155 B
YAML

---
- name: Deploy metallb pool
include_tasks: metallb.yml
- name: Remove tmp directory used for manifests
file:
path: /tmp/k3s
state: absent