qgm-laptop proxy aus apt.conf entfernt

This commit is contained in:
Frank Schiebel 2025-06-30 14:25:22 +02:00
parent c04e753bb9
commit afde365d01
5 changed files with 26 additions and 1 deletions

View file

@ -97,3 +97,11 @@
state: started
enabled: no
#########
# /etc/apt/apt.conf proxy Zeile entfernen, damit Updates möglich sind
- name: Proxy aus apt entfernen
ansible.builtin.lineinfile:
dest: /etc/apt/apt.conf
state: absent
regexp: '^Acquire::http::Proxy'