ansible-desktop/roles/desktop/tasks/dymo.yml
2024-08-08 01:09:26 +02:00

6 lines
156 B
YAML

- name: "[Arch] install dymo cups driver"
shell:
cmd:
yay -S --needed --noconfirm dymo-cups-drivers
when: ansible_distribution == "Archlinux"