Update script

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