Initial commit
This commit is contained in:
commit
9b77a54267
3 changed files with 42 additions and 0 deletions
5
tasks/main.yml
Normal file
5
tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Copy the backup strategy script
|
||||
copy:
|
||||
src: backup_strategy.sh
|
||||
dest: /media/backups/backup_strategy.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue