diff --git a/nova/core/galaxy.yml b/nova/core/galaxy.yml index d6d8c5b3..65efcdc0 100644 --- a/nova/core/galaxy.yml +++ b/nova/core/galaxy.yml @@ -1,6 +1,6 @@ namespace: nova name: core -version: 3.4.29 +version: 3.4.30 readme: README.md authors: - https://github.com/novateams diff --git a/nova/core/roles/configure_package_mirrors/templates/debian-bookworm.list b/nova/core/roles/configure_package_mirrors/templates/debian-bookworm.list index 642c3d31..130f6a87 100644 --- a/nova/core/roles/configure_package_mirrors/templates/debian-bookworm.list +++ b/nova/core/roles/configure_package_mirrors/templates/debian-bookworm.list @@ -1,4 +1,5 @@ # The original sources.list is backed up as /etc/apt/sources.list_backup + deb {{ package_mirror_debian_uri.general }} {{ ansible_facts.lsb.codename }} main non-free-firmware deb-src {{ package_mirror_debian_uri.general }} {{ ansible_facts.lsb.codename }} main non-free-firmware diff --git a/nova/core/roles/configure_package_mirrors/templates/debian-bullseye.list b/nova/core/roles/configure_package_mirrors/templates/debian-bullseye.list index 90e55aaa..f67e14a3 100644 --- a/nova/core/roles/configure_package_mirrors/templates/debian-bullseye.list +++ b/nova/core/roles/configure_package_mirrors/templates/debian-bullseye.list @@ -1,4 +1,5 @@ # The original sources.list is backed up as /etc/apt/sources.list_backup + deb {{ package_mirror_debian_uri.general }} {{ ansible_facts.lsb.codename }} main deb-src {{ package_mirror_debian_uri.general }} {{ ansible_facts.lsb.codename }} main diff --git a/nova/core/roles/configure_package_mirrors/templates/parrot-sources-1.list b/nova/core/roles/configure_package_mirrors/templates/parrot-sources-1.list index b2a330c2..2a2282c5 100644 --- a/nova/core/roles/configure_package_mirrors/templates/parrot-sources-1.list +++ b/nova/core/roles/configure_package_mirrors/templates/parrot-sources-1.list @@ -1,2 +1,3 @@ # The original sources.list is backed up as /etc/apt/sources.list_backup + deb https://{{ nexus_fqdn }}/repository/parrot-lts/ lts main non-free contrib diff --git a/nova/core/roles/configure_package_mirrors/templates/parrot-sources-2.list b/nova/core/roles/configure_package_mirrors/templates/parrot-sources-2.list index 8bb3a5da..856127b6 100644 --- a/nova/core/roles/configure_package_mirrors/templates/parrot-sources-2.list +++ b/nova/core/roles/configure_package_mirrors/templates/parrot-sources-2.list @@ -1,4 +1,5 @@ # The original sources.list is backed up as /etc/apt/sources.list.d/parrot.list_backup + deb {{ package_mirror_parrot_uri.general }} parrot main contrib non-free deb {{ package_mirror_parrot_uri.security }} parrot-security main contrib non-free deb {{ package_mirror_parrot_uri.backports }} parrot-backports main contrib non-free diff --git a/nova/core/roles/configure_package_mirrors/templates/ubuntu-sources.list b/nova/core/roles/configure_package_mirrors/templates/ubuntu-sources.list index a368cfbf..93babd89 100644 --- a/nova/core/roles/configure_package_mirrors/templates/ubuntu-sources.list +++ b/nova/core/roles/configure_package_mirrors/templates/ubuntu-sources.list @@ -1,4 +1,5 @@ # The original sources.list is backed up as /etc/apt/sources.list_backup + deb {{ package_mirror_ubuntu_uri.general }} {{ ansible_facts.lsb.codename }} main restricted deb {{ package_mirror_ubuntu_uri.general }} {{ ansible_facts.lsb.codename }} universe deb {{ package_mirror_ubuntu_uri.general }} {{ ansible_facts.lsb.codename }} multiverse