Skip to content

Commit e8ba2c4

Browse files
committed
fix: retry on handshake failure
1 parent 8137f0c commit e8ba2c4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/tasks/setup-postgrest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
force: true
1010
mode: '0644'
1111
url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
12+
timeout: 60
13+
validate_certs: true
14+
register: pgdg_key_download
15+
retries: 6
16+
delay: 10
17+
until: pgdg_key_download is succeeded
1218

1319
- name: PostgREST - add Postgres PPA main
1420
ansible.builtin.apt_repository:

0 commit comments

Comments
 (0)