fix: update cache before installing pip, provisioning automatically configured terraform, restore allows for custom S# endpoint

This commit is contained in:
2025-12-31 13:28:18 -05:00
parent a936f760f5
commit c18def56ba
7 changed files with 108 additions and 115 deletions

View File

@@ -36,6 +36,7 @@
region: "{{ secret.restore.region }}"
access_key: "{{ secret.restore.access_key }}"
secret_key: "{{ secret.restore.secret_key }}"
endpoint_url: "{{ secret.restore.endpoint | mandatory(msg='You must specify the S3 URL.') }}"
ignore_nonexistent_bucket: true
- name: Ensure backup directory exists.