Skip to content

Commit

Permalink
fix permissions on config file, explicitly set mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 8, 2020
1 parent 9a429d3 commit 32ac6e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
template:
src: '{{ item }}'
dest: '{{ es_docker_dir }}/conf/{{ item | basename | replace(".j2", "") }}'
owner: '{{ es_host_uid }}'
mode: 0644
register: es_config
with_fileglob:
- templates/*

0 comments on commit 32ac6e3

Please sign in to comment.