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