Fix(Choux): start cups and nfs
This commit is contained in:
parent
7062fc2433
commit
443db2c375
@ -45,6 +45,14 @@
|
|||||||
systemd:
|
systemd:
|
||||||
name: org.cups.cupsd
|
name: org.cups.cupsd
|
||||||
enabled: yes
|
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
|
when: not minimal or not server
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user