diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-08 23:23:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-08 23:24:08 +0100 |
| commit | 636353ce0e02db63dce14ea6be45da951db289b0 (patch) | |
| tree | 78c364a794cde7b4d09a04b04cd7d67c9ab37faa /roles/wiremix/tasks | |
| parent | 55ca70f89577bd19af4abda7e2d7377ddd42f48b (diff) | |
Add wiremix role
Diffstat (limited to 'roles/wiremix/tasks')
| -rw-r--r-- | roles/wiremix/tasks/main.yml | 6 |
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" |
