15c8500042
This reverts commit 234683e49c.
Adding examples back.
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 }})" |