commit 845dd76784c8d4548835034dc558061fd0c51a12
parent 3aa61b09d25f9878f3373ecb93e0c0c3f7bd2b6d
Author: Isa <hi@f2k1.de>
Date: Sun, 13 Jun 2021 00:22:56 +0200
parent 3aa61b09d25f9878f3373ecb93e0c0c3f7bd2b6d
Author: Isa <hi@f2k1.de>
Date: Sun, 13 Jun 2021 00:22:56 +0200
roles/common/packages: update repo url
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/roles/common/tasks/packages.yml b/roles/common/tasks/packages.yml @@ -9,8 +9,8 @@ - name: "[Alpine] Get signature from personal repo" get_url: - url: http://home.f2k1.de:8080/leah-5f817de5.rsa.pub - dest: /etc/apk/keys/leah-5f817de5.rsa.pub + url: https://repo.ctu.cx/isa-60c52eb0.rsa.pub + dest: /etc/apk/keys/isa-60c52eb0.rsa.pub when: - ansible_distribution == "Alpine" - system.enableOwnRepos is defined
diff --git a/roles/common/templates/repositories.j2 b/roles/common/templates/repositories.j2 @@ -2,7 +2,7 @@ # !!! This file is managed by Ansible !!! # {% if system.enableOwnRepos is true %} -http://home.f2k1.de:8080/alpine-pkgs +https://repo.ctu.cx/alpine-pkgs {% endif %} https://dl-cdn.alpinelinux.org/alpine/{{ system.alpineVersion }}/main https://dl-cdn.alpinelinux.org/alpine/{{ system.alpineVersion }}/community