Files
meshbook/examples/echo_example.yaml
2025-01-09 10:26:06 +01:00

9 lines
198 B
YAML

---
name: Echo a string to the terminal through the meshbook example.
group: "Dev"
variables:
- name: file
value: "/etc/os-release"
tasks:
- name: Echo!
command: "echo $(cat {{ file }})"