1
0
Fork 0
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:
L3D 2021-01-11 14:12:10 +01:00 committed by L3D
parent 84c1dbcf4b
commit 66d6fee588
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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'