mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
Added new example with a slash!
This commit is contained in:
11
examples/echo.yaml
Normal file
11
examples/echo.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: "Echo some text in the terminal of the device"
|
||||||
|
device: raspberrypi5
|
||||||
|
variables:
|
||||||
|
- name: var1
|
||||||
|
value: "Testing"
|
||||||
|
- name: var2
|
||||||
|
value: "with a slash!"
|
||||||
|
tasks:
|
||||||
|
- name: Echo!
|
||||||
|
command: "echo {{ var1 }}/{{ var2 }}"
|
||||||
Reference in New Issue
Block a user