diff --git a/bundles/simple-icinga-dashboard/items.py b/bundles/simple-icinga-dashboard/items.py index c1f70fe..9dad2ce 100644 --- a/bundles/simple-icinga-dashboard/items.py +++ b/bundles/simple-icinga-dashboard/items.py @@ -13,7 +13,7 @@ directories = { git_deploy = { '/opt/simple-icinga-dashboard/src': { - 'repo': 'ssh://git@git.kunsmann.eu/sophie/simple-icinga-dashboard.git', + 'repo': 'https://git.kunsmann.eu/sophie/simple-icinga-dashboard.git', 'rev': 'main', }, }