make sprachenatelier working..
This commit is contained in:
@ -36,8 +36,13 @@
|
||||
src: lib/systemd/system/x11vnc.service.j2
|
||||
dest: /lib/systemd/system/x11vnc.service
|
||||
|
||||
- name: "(ubuntu-x11vnc-1604-amd64.yml) Start x11vnc service"
|
||||
shell: service x11vnc start
|
||||
# - name: "(ubuntu-x11vnc-1604-amd64.yml) Start x11vnc service"
|
||||
# shell: service x11vnc start
|
||||
|
||||
- name: (ubuntu-x11vnc-1604-amd64.yml) Start x11vnc service
|
||||
service:
|
||||
name: x11vnc
|
||||
state: started
|
||||
|
||||
- name: "(ubuntu-x11vnc-1604-amd64.yml) Enable x11vnc service on boot"
|
||||
systemd:
|
||||
|
Reference in New Issue
Block a user