ansible_role_restic/tasks/run_backup.yml

5 lines
148 B
YAML
Raw Normal View History

---
- name: (RUN BACKUP) Run backup script
ansible.builtin.shell:
cmd: "{{ restic_script_dir }}/backup-{{ item.name | replace(' ', '') }}.sh"