mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
6 lines
163 B
YAML
6 lines
163 B
YAML
- name: Delete every service and binary
|
|
include_tasks: "{{ item }}"
|
|
with_first_found:
|
|
- "prereq/{{ ansible_distribution }}.yml"
|
|
- "prereq/default.yml"
|