We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f0f4 commit 732710cCopy full SHA for 732710c
ansible/roles/proxy/tasks/main.yml
@@ -43,8 +43,10 @@
43
path: /etc/systemd/system.conf.d/90-proxy.conf
44
section: Manager
45
option: DefaultEnvironment
46
- value: >
47
- "http_proxy={{ proxy_http_proxy }}" "https_proxy={{ proxy_http_proxy }}" "no_proxy={{ proxy_no_proxy }}"
+ value: >-
+ "http_proxy={{ proxy_http_proxy }}"
48
+ "https_proxy={{ proxy_http_proxy }}"
49
+ "no_proxy={{ proxy_no_proxy }}"
50
no_extra_spaces: true
51
owner: root
52
group: root
0 commit comments