Fix playbook
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user