postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Ansible task "wal-g - deps" in "setup-wal-g.yml" requires curl

Open Towerful opened this issue 3 years ago • 0 comments

Bug report

Describe the bug

Using a basic install of Ubuntu 20.04, the task "wal-g - deps" in setup-wal-g.yml fails due to curl not being installed
https://github.com/supabase/postgres/blob/develop/ansible/tasks/setup-wal-g.yml#L44
The issue is then ignored, and ansible keeps running (I'm not sure if it completes)

Expected behavior

Perhaps curl should be an apt pkg install?
I'm not sure how many of these things are just "expected as part of the system".
I think some tasks use wget, other use curl

Towerful avatar Jan 24 '23 11:01 Towerful