mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-02-22 11:51:22 +01:00
This commit is contained in:
parent
5a0292419d
commit
ef721e21b5
1 changed files with 6 additions and 0 deletions
|
@ -113,3 +113,9 @@
|
|||
hour: 13
|
||||
day: 15
|
||||
job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-octopus
|
||||
- name: Cron - Restart plex container for auto version check
|
||||
ansible.builtin.cron:
|
||||
name: Restart plex container for auto version check
|
||||
minute: 0
|
||||
hour: 8
|
||||
job: /usr/bin/docker compose -f /mnt/data/media/docker-compose.yaml restart plex
|
||||
|
|
Loading…
Add table
Reference in a new issue