mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-06 09:40:19 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
7 lines
120 B
YAML
7 lines
120 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: Debug Message
|
|
debug:
|
|
msg: No prepare steps required
|