Set the conf file readable by root only.

This commit is contained in:
Andrea Dell'Amico 2021-04-11 18:23:35 +02:00
parent b976618c95
commit 1c4826b3e8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
file: dest={{ shinyproxy_as_docker_src_dir }} state=directory
- name: Install the shinyproxy configuration file
template: src=shinyproxy-2-conf.yml.j2 dest={{ shinyproxy_as_docker_src_dir }}/application.yml owner=root group=root mode=0444
template: src=shinyproxy-2-conf.yml.j2 dest={{ shinyproxy_as_docker_src_dir }}/application.yml owner=root group=root mode='0400'
when:
- shinyproxy_container_backend == 'docker-swarm'