Expansion of previous commit.

This commit is contained in:
2025-02-27 21:47:55 +01:00
parent db7ff19bfb
commit a722c024f5
12 changed files with 154 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
---
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 }})"