Added cups

master
mandlm 2021-02-01 08:50:30 +01:00
parent 3bd0ab8a9d
commit 31af2119ab
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 15 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- vimwiki
- tools
- acpid
- cups
- docker
- wayland
- aur-builder

View File

@ -0,0 +1,14 @@
---
- name: install packages
package:
name: "{{ item }}"
state: latest
loop:
- cups
- ghostscript
- name: activate daemon
systemd:
name: cups
enabled: yes
state: started