dotfiles/roles/cups/tasks/install.yml

8 lines
121 B
YAML
Raw Normal View History

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