summaryrefslogtreecommitdiffstats
path: root/roles/wiremix/tasks/main.yml
blob: 1a0b4f8aad82a03f683d0f7207abbda889232d13 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure wiremix is installed"
  become: true
  ansible.builtin.package:
    name: "wiremix"
    state: "present"