mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 11:33:28 +01:00
FIX: lint
This commit is contained in:
parent
4307df973b
commit
bcca20727f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
RESTIC_REPOSITORY: '{{ item.value.location }}'
|
||||
RESTIC_PASSWORD: '{{ item.value.password }}'
|
||||
AWS_ACCESS_KEY_ID: '{{ item.value.aws_access_key | default("") }}'
|
||||
AWS_SECRET_ACCESS_KEY: '{{ item.value.aws_secret_access_key | default("") }}'
|
||||
AWS_SECRET_ACCESS_KEY: '{{
|
||||
item.value.aws_secret_access_key
|
||||
| default("")
|
||||
}}'
|
||||
AWS_DEFAULT_REGION: '{{ item.value.aws_default_region | default("") }}'
|
||||
no_log: true
|
||||
register: restic_init
|
||||
|
|
Loading…
Reference in a new issue