Fix playbook
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
- name: Backup Komodo
|
- name: Backup Komodo
|
||||||
hosts: Plex
|
hosts: Plex
|
||||||
ansible.builtin.command: cd /etc/komodo/repos/venus/stacks/komodo && bash ./backup.sh
|
tasks:
|
||||||
become: true
|
- 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