Feat: org.cups.cupsd -> cups and add avahi-daemon

This commit is contained in:
Bertrand Benjamin 2020-11-22 09:19:18 +01:00
parent 7ce2431562
commit 9b5f10205f
1 changed files with 9 additions and 1 deletions

View File

@ -62,7 +62,15 @@
- name: enable service cups
systemd:
name: org.cups.cupsd
name: cups
# name: org.cups.cups
enabled: yes
state: started
when: not minimal or not server
- name: enable service avahi-daemon
systemd:
name: avahi-daemon
enabled: yes
state: started
when: not minimal or not server