Restrict permissions on mariadb compose file

This file has passwords templated in, so make it root-only.

Change-Id: I7fa438acfa91be9794d505dc7bf0d88af6bb25c9
This commit is contained in:
James E. Blair 2024-04-04 17:22:09 -07:00
parent f6445cf650
commit 7e2770f670

View File

@ -8,7 +8,7 @@
template:
src: docker-compose.yaml.j2
dest: /etc/mariadb-compose/docker-compose.yaml
mode: 0644
mode: 0600
- name: Ensure database volume exists
file: