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:
@ -38,12 +38,16 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user