mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
reverse additional opts
This commit is contained in:
parent
84c1dbcf4b
commit
66d6fee588
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ restic_archiver__log_output: true
|
|||
restic_archiver__logrotate: true
|
||||
|
||||
# restic default options
|
||||
restic_archiver__default_opt: ' --compact --quiet '
|
||||
restic_archiver__default_opt: ''
|
||||
|
||||
# version check for this playbook (true is recomended)
|
||||
submodules_versioncheck: false
|
||||
|
|
|
@ -53,7 +53,7 @@ restic_archiver__mailsummary: false
|
|||
restic_archiver__mailaddress: false
|
||||
|
||||
# restic default options
|
||||
restic_archiver__default_opt: ' --compact --quiet '
|
||||
restic_archiver__default_opt: ''
|
||||
|
||||
# version check for this playbook (true is recomended)
|
||||
submodules_versioncheck: false
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 32 # should be over ninethousand
|
||||
playbook_version_number: 33 # should be over ninethousand
|
||||
playbook_version_path: 'role-restic_archiver_roles-ansible_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue