copy 모듈 변경

This commit is contained in:
ByeonJungHun
2024-03-20 10:19:17 +09:00
parent 541fec2b4c
commit ea852d13fc
10 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
mode: '0755'
- name: Copy exemONE Host-Agent File
ansible.posix.synchronize:
# ansible.posix.synchronize:
ansible.builtin.copy:
src: "{{ role_path }}/files/host"
dest: "{{ EXEM_HOME }}"