Main target is now Debian 13 instead of Ubuntu 24.04
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- name: Create 00proxy.conf file
|
||||
when: "common_proxy_server != None"
|
||||
ansible.builtin.template:
|
||||
src: "templates/apt_proxy.conf"
|
||||
dest: "/etc/apt/apt.conf.d/00proxy.conf"
|
||||
@@ -7,6 +8,7 @@
|
||||
group: "root"
|
||||
|
||||
- name: Add http_proxy and https_proxy variable to file /etc/environment
|
||||
when: "common_proxy_server != None"
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/etc/environment"
|
||||
regexp: '^{{ item.key }}='
|
||||
|
||||
Reference in New Issue
Block a user