diff --git a/tasks/main.yml b/tasks/main.yml index 6b38f88..20d3baf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,8 +13,8 @@ - name: install mailman addons via pip notify: restart mailman loop: - - git+https://git.cccv.de/infra/uffd/django-auth-ldap-remoteuser.git - - git+https://git.cccv.de/infra/uffd/postorius-ldap-membership-management.git + - git+https://git.cccv.de/uffd/django-auth-ldap-remoteuser.git + - git+https://git.cccv.de/uffd/postorius-ldap-membership-management.git pip: executable: pip3 name: "{{ item }}"