From 07aab73f52b86d220c61aa93f686e4fe91905873 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 7 Aug 2023 00:43:29 +0200 Subject: [PATCH] ansible-server: add requirements for copr-pulp playbooks Fix https://pagure.io/fedora-infrastructure/issue/11396 --- roles/ansible-server/files/requirements.yml | 6 ++++++ roles/ansible-server/tasks/main.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/roles/ansible-server/files/requirements.yml b/roles/ansible-server/files/requirements.yml index cc4fdcee64..70f4c83878 100644 --- a/roles/ansible-server/files/requirements.yml +++ b/roles/ansible-server/files/requirements.yml @@ -4,3 +4,9 @@ collections: type: git source: https://github.com/ansible-collections/community.postgresql.git version: 2.1.5 + +roles: + # Needed for copr-pulp playbooks + # https://pagure.io/fedora-infrastructure/issue/11396 + - name: geerlingguy.postgresql + version: 3.5.0 diff --git a/roles/ansible-server/tasks/main.yml b/roles/ansible-server/tasks/main.yml index 5437bfb049..ad57b367e2 100644 --- a/roles/ansible-server/tasks/main.yml +++ b/roles/ansible-server/tasks/main.yml @@ -13,6 +13,7 @@ - ansible-collection-community-docker - ansible-collection-community-libvirt - ansible-collection-community-rabbitmq + - ansible-collection-pulp-pulp_installer tags: - packages - ansible-server