mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 04:40:19 +01:00
Merge pull request #7 from maciekmm/feature/run-scripts-with-bash-shell
Execute backup scripts in bash
This commit is contained in:
commit
3744480880
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# {{ ansible_managed }}
|
||||
# Backup credentials for {{ item.src|default('stdin') }}
|
||||
# Source this file to work with restic on this host
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# {{ ansible_managed }}
|
||||
# Backup script for {{ item.src|default('stdin') }}
|
||||
# Use this file to create a Backup and prune existing data with one execution.
|
||||
|
|
Loading…
Reference in a new issue