* Test cluster using molecule * Fix detection of first control node * Include --flannel-iface and --node-ip as k3s arguments * Store logs of k3s-init.service as GitHub job artifacts
6 lines
102 B
YAML
6 lines
102 B
YAML
---
|
|
- name: Clean up kubecfg
|
|
ansible.builtin.file:
|
|
path: "{{ kubecfg.path }}"
|
|
state: absent
|