9 lines
155 B
YAML
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
|