mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +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_REPOSITORY: '{{ item.value.location }}'
|
||||||
RESTIC_PASSWORD: '{{ item.value.password }}'
|
RESTIC_PASSWORD: '{{ item.value.password }}'
|
||||||
AWS_ACCESS_KEY_ID: '{{ item.value.aws_access_key | default("") }}'
|
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("") }}'
|
AWS_DEFAULT_REGION: '{{ item.value.aws_default_region | default("") }}'
|
||||||
no_log: true
|
no_log: true
|
||||||
register: restic_init
|
register: restic_init
|
||||||
|
|
Loading…
Reference in a new issue