7 lines
85 B
YAML
7 lines
85 B
YAML
---
|
|
- hosts: localhost
|
|
gather_facts: no
|
|
become: yes
|
|
roles:
|
|
- role: k3s/pre
|