host-agent 업데이트

This commit is contained in:
ByeonJungHun
2024-04-15 17:32:47 +09:00
parent 994d0afbe3
commit aa5d5f6ad0
7 changed files with 14 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
ansible.builtin.copy:
src: "{{ EXEM_HOME }}/host/os_binary/exem-host-agent_linux-2.6-x86_64-64"
dest: "{{ EXEM_HOME }}/host/bin/exem-host-agent"
# remote_src: yes
mode: '0755'
- name: Setting SELinux
@@ -55,4 +56,4 @@
ansible.builtin.service:
name: exem-host-agent
state: started
enabled: yes
enabled: yes