ansible-role-backup-strategy/tasks/main.yml

6 lines
103 B
YAML
Raw Permalink Normal View History

2023-03-14 12:18:46 +00:00
---
- name: Copy the backup strategy script
copy:
2023-05-13 14:37:07 +00:00
src: backup-strategy.sh
2023-03-14 12:20:39 +00:00
dest: "{{ path }}"