mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Added error email
This commit is contained in:
parent
90fa9f830f
commit
12a8516ad1
@ -6,7 +6,6 @@
|
||||
template: src=templates/nextcloud.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
|
||||
notify: restart nginx
|
||||
|
||||
# @todo rename
|
||||
- name: "create /home/administrator/volumes/docker/nextcloud/"
|
||||
file:
|
||||
path: "/home/administrator/volumes/docker/nextcloud"
|
||||
|
@ -1,3 +1,4 @@
|
||||
dependencies:
|
||||
- native-git
|
||||
- native-primary-backup
|
||||
- native-systemd-email
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=docker volume update
|
||||
OnFailure=systemd-email@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
Reference in New Issue
Block a user