mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
9 lines
198 B
YAML
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 }})" |