ansible-desktop/roles/desktop/tasks/dymo.yml

6 lines
156 B
YAML
Raw Normal View History

2024-08-07 23:09:26 +00:00
- name: "[Arch] install dymo cups driver"
shell:
cmd:
yay -S --needed --noconfirm dymo-cups-drivers
when: ansible_distribution == "Archlinux"