messing around with quote escaping lol
This commit is contained in:
parent
ca78164ab3
commit
f7bc4dc37d
@ -9,7 +9,7 @@
|
|||||||
# APT Cacher-NG Configuration
|
# APT Cacher-NG Configuration
|
||||||
- name: Add APT-Cacher-NG Configuration
|
- name: Add APT-Cacher-NG Configuration
|
||||||
copy:
|
copy:
|
||||||
content: "# APT-Cacher-NG configured by Ansible.\nAcquire::http::Proxy "http://{{ aptcacher_ip }}:3142";"
|
content: '# APT-Cacher-NG configured by Ansible.\nAcquire::http::Proxy "http://{{ aptcacher_ip }}:3142";'
|
||||||
dest: /etc/apt/apt.conf.d/proxy
|
dest: /etc/apt/apt.conf.d/proxy
|
||||||
|
|
||||||
# Update apt package lists after adding our proxy
|
# Update apt package lists after adding our proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user