Re: [ansible-project] dnf - install postgresql fom postgresql.org yum repos

2022-03-20 Thread Abhijeet Kasurde
Hi, You are specifying RPM url location in `enablerepo`, whereas `enablerepo` expects the name of the repoids. You may need to install the Postgresql rpm first and then use the repo in a subsequent task. *- name: Install Postgresql official repo dnf:name: https://down

[ansible-project] dnf - install postgresql fom postgresql.org yum repos

2022-03-20 Thread dulhaver via Ansible Project
I want to install PostgreSQL & barman with Ansible from the PostgreSQL.org repositories on an almalinux lxd container. - name: "install PostgreSQL-14 & barman @rhel via postgresql.org repos"   hosts: barman-220320   tasks:     - name: "install postgresql-14 & barman"   dnf