mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
Add support for no_proxy
This commit is contained in:
@@ -169,6 +169,10 @@ spec:
|
||||
- name: https_proxy
|
||||
value: {{ https_proxy }}
|
||||
{% endif %}
|
||||
{% if no_proxy is defined %}
|
||||
- name: no_proxy
|
||||
value: {{ no_proxy }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
command:
|
||||
- sh
|
||||
|
||||
Reference in New Issue
Block a user