Install and enable CUPS
This commit is contained in:
parent
29d1c8ace3
commit
744db211ed
3 changed files with 9 additions and 0 deletions
|
@ -6,3 +6,4 @@
|
|||
- include: ssh.yml
|
||||
- include: solokeys.yml
|
||||
- include: locale.yml
|
||||
- include: printing.yml
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
- bc
|
||||
- bind-tools
|
||||
- clang
|
||||
- cups
|
||||
- git
|
||||
- gnupg
|
||||
- lldb
|
||||
|
|
7
roles/arch/tasks/printing.yml
Normal file
7
roles/arch/tasks/printing.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Enable CUPS
|
||||
become: true
|
||||
systemd:
|
||||
name: org.cups.cupsd.service
|
||||
enabled: yes
|
||||
state: started
|
Loading…
Reference in a new issue