Omit backports, because Trixie does not have backports yet

This commit is contained in:
Raphael Dannecker 2025-06-04 10:21:18 +02:00
parent 6063e65089
commit 6e119e0129

View file

@ -14,7 +14,7 @@
main non-free-firmware
state: present
update_cache: true
# when: extra_pkgs_bpo|length
when: extra_pkgs_bpo | length > 0 or extra_pkgs_bpo1 | length > 0 or extra_pkgs_bpo2 | length > 0
- name: Install extra packages from backports
ansible.builtin.apt:
@ -25,6 +25,7 @@
- "{{ extra_pkgs_bpo }}"
- "{{ extra_pkgs_bpo1 }}"
- "{{ extra_pkgs_bpo2 }}"
when: extra_pkgs_bpo | length > 0 or extra_pkgs_bpo1 | length > 0 or extra_pkgs_bpo2 | length > 0
- name: Timestamp successfull run and send up-to-date report
ansible.builtin.shell: