This commit is contained in:
Martin Eichner
2023-06-27 17:36:56 +02:00
commit 8d5852a4fa
46 changed files with 2330 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
# handlers file for mediaserver
- name: restart docker-compose
community.docker.docker_compose:
project_src: /opt/docker/mediaserver
remove_orphans: true
pull: true
state: present
restarted: true