Update configure.yml

This commit is contained in:
Matthias Leutenegger 2020-06-02 14:00:05 +02:00 committed by GitHub
parent 61f75e1626
commit 05b1758e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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