Revert "Use root perms for the mounts"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 9ad8cb206e
.
Just need to clean up on the host.
This commit is contained in:
parent
9ad8cb206e
commit
8b1a025c4d
@ -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
|
||||
|
Reference in New Issue
Block a user