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
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