summaryrefslogtreecommitdiffstats
path: root/roles/wiremix/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-08 23:23:09 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-08 23:24:08 +0100
commit636353ce0e02db63dce14ea6be45da951db289b0 (patch)
tree78c364a794cde7b4d09a04b04cd7d67c9ab37faa /roles/wiremix/tasks
parent55ca70f89577bd19af4abda7e2d7377ddd42f48b (diff)
Add wiremix role
Diffstat (limited to 'roles/wiremix/tasks')
-rw-r--r--roles/wiremix/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/wiremix/tasks/main.yml b/roles/wiremix/tasks/main.yml
new file mode 100644
index 00000000..1a0b4f8a
--- /dev/null
+++ b/roles/wiremix/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Ensure wiremix is installed"
+ become: true
+ ansible.builtin.package:
+ name: "wiremix"
+ state: "present"