dotfiles/roles/cups/tasks/install.yml
Matej Focko c7293cd6ea
chore: move out the server roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:15:31 +02:00

7 lines
121 B
YAML

---
- name: Install the cups and deps
ansible.builtin.package:
name:
- cups
- hplip
state: present