Add protonmail + cloud + fix prometheus
This commit is contained in:
parent
525c6ed2a4
commit
427838c903
13 changed files with 106 additions and 2 deletions
7
roles/cloud/tasks/cron.yml
Normal file
7
roles/cloud/tasks/cron.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Ensure a job that run all 5 minutes for nextcloud cron
|
||||
ansible.builtin.cron:
|
||||
name: "check dirs"
|
||||
minute: "*/5"
|
||||
job: "cd {{ ansible_env.HOME }}/cloud && ./cron.sh"
|
Loading…
Add table
Add a link
Reference in a new issue