This commit is contained in:
Bertrand Benjamin 2018-10-04 15:47:17 +02:00
parent bf110d7921
commit 42d9c0d2f5
2 changed files with 10 additions and 1 deletions

View File

@ -36,8 +36,17 @@
- moc - moc
- newsboat - newsboat
- pass - pass
- cups
- cups-pdf
when: not minimal or not server when: not minimal or not server
- name: enable service cups
systemd:
name: org.cups.cupsd
enabled: yes
when: not minimal or not server
- name: More colorfull pacman - name: More colorfull pacman
lineinfile: lineinfile:
dest: /etc/pacman.conf dest: /etc/pacman.conf

View File

@ -37,7 +37,7 @@
with_items: with_items:
- dhcpcd - dhcpcd
- name: enable service gdm - name: enable service NetworkManager
systemd: systemd:
name: NetworkManager name: NetworkManager
enabled: yes enabled: yes