Files
meshbook/examples/echo_example.yaml
2025-01-31 23:29:02 +01:00

10 lines
240 B
YAML

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