Update script

This commit is contained in:
2026-03-18 21:01:49 +00:00
parent 5f30dc47c1
commit 03cd36111a
+4 -4
View File
@@ -2,7 +2,7 @@
hosts: Plex
tasks:
- name: Run Backup
ansible.builtin.command:
cmd: bash ./backup.sh
chdir: /etc/komodo/repos/venus/stacks/komodo
become: true
ansible.builtin.shell: /etc/komodo/repos/venus/stacks/komodo/backup.sh
become: true
register: backup_result
failed_when: backup_result.rc != 0