messing around with quote escaping lol

This commit is contained in:
iRaven 2025-02-22 13:05:52 -06:00
parent ca78164ab3
commit f7bc4dc37d

View File

@ -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