From 8e72e55036a520a4d54436255127a091477a4d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= <43052541+kysrpex@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:58:52 +0200 Subject: [PATCH] Use role `grycap.htcondor` from usegalaxy-eu organization As part of the migration to HTCondor 23, the role managing HTCondor was switched from `usegalaxy_eu.htcondor` to `grycap.htcondor`. I forked it and added linting and a couple of tests on top, and that fork is what useGalaxy.eu is running today. However, the entry for `grycap.htcondor` in requirements.yaml still points to that fork https://github.com/kysrpex/grycap-ansible-role-htcondor on my personal account. This is wrong for many reasons. This commit changes the source URL of the role to a fork on the usegalaxy-eu organization. --- requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index 4e3e4b08b..5af0609c7 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -92,7 +92,7 @@ roles: - name: usegalaxy_eu.htcondor version: 1.0.1 - name: grycap.htcondor - src: https://github.com/kysrpex/grycap-ansible-role-htcondor + src: https://github.com/usegalaxy-eu/ansible-htcondor-grycap version: d9a4aab0052dfb31d48c986d39a7f5e3692abba4 - name: usegalaxy-eu.update-hosts src: https://github.com/usegalaxy-eu/ansible-update-hosts