1
0
Fork 0
forked from infra/ansible

[ipsilon] Use different repo URL

The current repo URL was evaluated as
https://pagure.io/fedora-infra/ipsilon-fedora.git/ which returns 404 on
pagure.io. Let's use just the
https://pagure.io/fedora-infra/ipsilon-fedora, which works even with the
added / at the end.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2025-10-02 09:33:05 +02:00 committed by zlopez
commit ca04c6d41a

View file

@ -32,7 +32,7 @@
- name: Download Fedora-specific code
git:
repo: https://pagure.io/fedora-infra/ipsilon-fedora.git
repo: https://pagure.io/fedora-infra/ipsilon-fedora
dest: /opt/ipsilon-fedora
version: "{{ env }}"
force: yes