Fix(Choux): start cups and nfs

This commit is contained in:
Bertrand Benjamin 2018-10-04 17:48:34 +02:00
parent 7062fc2433
commit 443db2c375
1 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,14 @@
systemd:
name: org.cups.cupsd
enabled: yes
state: started
when: not minimal or not server
- name: enable service nfs
systemd:
name: nfs-client
enabled: yes
state: started
when: not minimal or not server