Rewrite working now only needs output formatting.

This commit is contained in:
2025-01-08 16:56:25 +01:00
parent e5e4aba47e
commit 6a0127be78
7 changed files with 128 additions and 56 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
---
name: Echo some text in the terminal of the device
device: "raspberrypi5"
group: "Kubernetes"
variables:
- name: var1
value: "Testing"
@@ -8,4 +8,6 @@ variables:
value: "with a slash!"
tasks:
- name: Echo!
command: "echo {{ var1 }}/{{ var2 }}"
command: "echo {{ var1 }}/{{ var2 }}"
- name: Echo 2!
command: "echo womp womp"