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: file:
path: /var/lib/alerta path: /var/lib/alerta
state: directory state: directory
owner: dokku
group: dokku
- name: Copy over templated configuration files - name: Copy over templated configuration files
become: true become: true
template: template:
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
owner: dokku
group: dokku
with_items: with_items:
- src: alertad.conf - src: alertad.conf
dest: /var/lib/alerta/alertad.conf dest: /var/lib/alerta/alertad.conf