qgm-laptop proxy aus apt.conf entfernt
This commit is contained in:
parent
c04e753bb9
commit
afde365d01
5 changed files with 26 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue