변수 누락 수정
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- name: Create Agent Config File
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ EXEM_HOME }}/host"
|
||||
dest: "{{ EXEM_HOME }}/host/{{ item }}"
|
||||
mode: '0755'
|
||||
with_items:
|
||||
- host_config
|
||||
|
||||
Reference in New Issue
Block a user