首次提交,用于实现安装VNCServer

This commit is contained in:
junlan
2025-07-26 16:37:12 +08:00
commit 2cbc7114ef
19 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: 复制替换文件到 VNC 安装目录
win_copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
force: yes
with_items: "{{ replace_files }}"
when: install_result is changed or install_result is success