Skip to content

Commit bb15a04

Browse files
committed
move opensearch.yml config template into role
1 parent 36b597a commit bb15a04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ansible/roles/opensearch/tasks/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
- name: Template general configuration
3131
ansible.builtin.template:
32-
src: "{{ appliances_repository_root }}/environments/common/files/opensearch/opensearch.yml.j2"
32+
src: opensearch.yml.j2
3333
dest: /etc/opensearch/opensearch.yml
3434
owner: "{{ opensearch_host_user_id }}"
3535
# NOTE: root user in container maps to user on host, so this will appear as

0 commit comments

Comments
 (0)