Fix(Choux): start cups and nfs
This commit is contained in:
parent
7062fc2433
commit
443db2c375
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user