We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9662f commit 2a0ab4eCopy full SHA for 2a0ab4e
1 file changed
etc/kayobe/ansible/deployment/deploy-github-runner.yml
@@ -11,7 +11,7 @@
11
custom_env: |
12
http_proxy={{ http_proxy | default('') }}
13
https_proxy={{ https_proxy | default('') }}
14
- no_proxy=localhost,127.0.0.1,127.0.0.2,{{ no_proxy | default('') | join(',') }}
+ no_proxy={{ (['localhost', '127.0.0.1', '127.0.0.2'] + (no_proxy | default([]))) | join(',') }}
15
when: >
16
http_proxy is defined or
17
https_proxy is defined or
0 commit comments