Fix playbook

This commit is contained in:
2026-02-19 20:11:20 +00:00
parent 2e26f2e5b4
commit 5b2c91546f
+6 -2
View File
@@ -1,4 +1,8 @@
- name: Backup Komodo
hosts: Plex
ansible.builtin.command: cd /etc/komodo/repos/venus/stacks/komodo && bash ./backup.sh
become: true
tasks:
- name: Run Backup
ansible.builtin.command:
cmd: bash ./backup.sh
chdir: /etc/komodo/repos/venus/stacks/komodo
become: true