ansible-server: add requirements for copr-pulp playbooks
Fix https://pagure.io/fedora-infrastructure/issue/11396
This commit is contained in:
parent
c5542bc327
commit
07aab73f52
2 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,9 @@ collections:
|
||||||
type: git
|
type: git
|
||||||
source: https://github.com/ansible-collections/community.postgresql.git
|
source: https://github.com/ansible-collections/community.postgresql.git
|
||||||
version: 2.1.5
|
version: 2.1.5
|
||||||
|
|
||||||
|
roles:
|
||||||
|
# Needed for copr-pulp playbooks
|
||||||
|
# https://pagure.io/fedora-infrastructure/issue/11396
|
||||||
|
- name: geerlingguy.postgresql
|
||||||
|
version: 3.5.0
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
- ansible-collection-community-docker
|
- ansible-collection-community-docker
|
||||||
- ansible-collection-community-libvirt
|
- ansible-collection-community-libvirt
|
||||||
- ansible-collection-community-rabbitmq
|
- ansible-collection-community-rabbitmq
|
||||||
|
- ansible-collection-pulp-pulp_installer
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- ansible-server
|
- ansible-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue