Replace APT cache update task with command to ensure non-interactive execution
This commit is contained in:
@@ -91,9 +91,10 @@
|
|||||||
when: enable_backports and pin_backports_low
|
when: enable_backports and pin_backports_low
|
||||||
|
|
||||||
- name: APT-Cache aktualisieren
|
- name: APT-Cache aktualisieren
|
||||||
ansible.builtin.apt:
|
ansible.builtin.command: apt-get update # noqa: command-instead-of-module
|
||||||
update_cache: yes
|
changed_when: false
|
||||||
cache_valid_time: "{{ apt_cache_valid_time }}"
|
environment:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
- name: Verifikation - zeigen, ob Suites auf trixie stehen
|
- name: Verifikation - zeigen, ob Suites auf trixie stehen
|
||||||
ansible.builtin.command: apt-cache policy
|
ansible.builtin.command: apt-cache policy
|
||||||
|
|||||||
Reference in New Issue
Block a user