Use root perms for the mounts

This commit is contained in:
Luke Murphy 2020-04-09 21:41:09 +02:00
parent 65e90f82b1
commit 9ad8cb206e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 4 deletions

View File

@ -38,16 +38,12 @@
file:
path: /var/lib/alerta
state: directory
owner: dokku
group: dokku
- name: Copy over templated configuration files
become: true
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: dokku
group: dokku
with_items:
- src: alertad.conf
dest: /var/lib/alerta/alertad.conf