Add ansible backup komodo task

This commit is contained in:
2026-02-19 20:06:48 +00:00
parent 01c987c968
commit 2e26f2e5b4
+4
View File
@@ -0,0 +1,4 @@
- name: Backup Komodo
hosts: Plex
ansible.builtin.command: cd /etc/komodo/repos/venus/stacks/komodo && bash ./backup.sh
become: true