Ubuntu – Ansible "apt cache update failed" during postgresql repo install
I'm trying to install postgresql on my remote host using Ansible. I have 2 solutions, but both work only half as I expect them to work/turn out. 1. Solution one (using Ansible apt_repository module); - name: Get Postgres latest repository…