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:
parent
b22e24a31b
commit
ca04c6d41a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue