diff --git a/play.yml b/play.yml index e7aa7d7..7c8a027 100644 --- a/play.yml +++ b/play.yml @@ -41,6 +41,12 @@ state: started name: novnc.service + - name: copy file html + ansible.builtin.copy: + remote_src: yes + src: /opt/novnc/vnc.html + dest: /opt/novnc/index.html + - name: add user to vnc ansible.builtin.lineinfile: path: /etc/tigervnc/vncserver.users