Files
meshbook/examples/linux/echo_example.yaml

10 lines
225 B
YAML
Raw Normal View History

2025-02-27 21:47:55 +01:00
---
name: Echo a string to the terminal through the meshbook example.
group: "Development"
target_os: "Linux"
variables:
- name: file
value: "/etc/os-release"
tasks:
- name: Echo!
command: "echo $(cat {{ file }})"