7 lines
88 B
YAML
7 lines
88 B
YAML
---
|
|
|
|
- hosts: k3s_cluster
|
|
gather_facts: true
|
|
become: true
|
|
roles:
|
|
- role: reset |