From 8ba2de1698226349a6597a4e250a81c2524c9986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoha=C3=AF-Eliel=20BERREBY?= Date: Thu, 7 May 2020 20:01:44 +0200 Subject: [PATCH] aurore-firewall: fix repo address + branch --- roles/aurore-firewall/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/aurore-firewall/tasks/main.yml b/roles/aurore-firewall/tasks/main.yml index 44d10d1..691cb71 100644 --- a/roles/aurore-firewall/tasks/main.yml +++ b/roles/aurore-firewall/tasks/main.yml @@ -3,9 +3,9 @@ import_role: name: re2o-service vars: - service_repo: https://gitlab.federez.net/re2o/aurore-firewall.git + service_repo: https://gitlab.federez.net/aurore/aurore-firewall.git service_name: aurore-firewall - service_version: master + service_version: aurore service_config: hostname: re2o.auro.re username: service-user