Revert "Use root perms for the mounts"
continuous-integration/drone/push Build is passing Details

This reverts commit 9ad8cb206e.

Just need to clean up on the host.
This commit is contained in:
Luke Murphy 2020-04-09 21:43:35 +02:00
parent 9ad8cb206e
commit 8b1a025c4d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

@ -38,12 +38,16 @@
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