From 14765ce054a01d67b7a97f9c142070da4fa77689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 10 Oct 2022 16:22:00 +0200 Subject: [PATCH] chore: update gitlab paths --- galaxy.yml | 8 ++++---- roles/powerdns/defaults/main.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index d38e62f..8763df7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -13,7 +13,7 @@ dependencies: community.crypto: 1.9.5 community.docker: 2.0.0 community.postgres: 1.5.0 -repository: https://gitlab.com/famedly/company/devops/collections/dns -documentation: https://gitlab.com/famedly/company/devops/collections/dns -homepage: https://gitlab.com/famedly/company/devops/collections/dns -issues: https://gitlab.com/famedly/company/devops/collections/dns/-/issues +repository: https://gitlab.com/famedly/infra/collections/dns +documentation: https://gitlab.com/famedly/infra/collections/dns +homepage: https://gitlab.com/famedly/infra/collections/dns +issues: https://gitlab.com/famedly/infra/collections/dns/-/issues diff --git a/roles/powerdns/defaults/main.yml b/roles/powerdns/defaults/main.yml index 6dabc98..519e96d 100644 --- a/roles/powerdns/defaults/main.yml +++ b/roles/powerdns/defaults/main.yml @@ -122,7 +122,7 @@ powerdns_backend_postgres_password: ~ powerdns_backend_postgres_dnssec: true powerdns_backend_postgres_use_prepared_statements: true -powerdns_container_image_name: "registry.gitlab.com/famedly/company/devops/containers/powerdns" +powerdns_container_image_name: "registry.gitlab.com/famedly/infra/containers/powerdns" powerdns_container_image_tag: ~ powerdns_container_image_ref: "{{ powerdns_container_image_name }}:{{ powerdns_container_image_tag | default('v' + powerdns_version, True) }}" powerdns_container_name: powerdns