mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
Rewrite working now only needs output formatting.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Refresh the apt cache
|
||||
company: "Temp-Agents"
|
||||
group: "Dev"
|
||||
variables:
|
||||
- name: package_manager
|
||||
value: "apt"
|
||||
|
||||
@@ -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"
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Refresh the apt cache
|
||||
company: "Temp-Agents"
|
||||
group: "Temp-Agents"
|
||||
variables:
|
||||
- name: package_manager
|
||||
value: "apt"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Ping Multiple Points
|
||||
company: "Temp-Agents"
|
||||
group: "Temp-Agents"
|
||||
variables:
|
||||
- name: host1
|
||||
value: "1.1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user