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 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 become: true
chdir: /etc/komodo/repos/venus/stacks/komodo register: backup_result
become: true failed_when: backup_result.rc != 0