From 0157e06affe16cd8a8e4e6901763598e0b4f2e3c Mon Sep 17 00:00:00 2001 From: Badanin Maksim Date: Fri, 9 Jun 2023 11:38:29 +0300 Subject: [PATCH] add copy file --- play.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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