mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-09 21:33:31 +01:00
Update configure.yml
This commit is contained in:
parent
61f75e1626
commit
05b1758e82
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
RESTIC_PASSWORD: '{{ item.value.password }}'
|
||||
AWS_ACCESS_KEY_ID: '{{ item.value.aws_access_key | default(omit) }}'
|
||||
AWS_SECRET_ACCESS_KEY: '{{ item.value.aws_secret_access_key | default(omit) }}'
|
||||
AWS_DEFAULT_REGION: '{{ item.value.aws_default_region | default(omit) }}'
|
||||
no_log: true
|
||||
register: restic_init
|
||||
changed_when: "'created restic repository' in restic_init.stdout"
|
||||
|
|
Loading…
Reference in a new issue