trying a var?

This commit is contained in:
iRaven 2025-02-22 13:33:02 -06:00
parent a5df1fd9fe
commit 37de2eb883

View File

@ -9,7 +9,7 @@
# APT Cacher-NG Configuration
- name: Add APT-Cacher-NG Configuration
copy:
content: '# APT-Cacher-NG configured by Ansible.\nAcquire::http::Proxy "http://{{ aptcacher_ip }}:3142";'
content: "{{ aptcacher_config }}"
dest: /etc/apt/apt.conf.d/proxy
# Update apt package lists after adding our proxy