Skip to content
Snippets Groups Projects
Commit 14d155b0 authored by ale's avatar ale
Browse files

Fix typo

parent 0ba0954e
No related branches found
No related tags found
1 merge request!214Add a proxy for outbound HTTP traffic
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
project: "default" project: "default"
policy: "{{ outbound_proxy_default_policy | default('open') }}" policy: "{{ outbound_proxy_default_policy | default('open') }}"
global_allow_list: "{{ outbound_proxy_global_allow_list | default([]) }}" global_allow_list: "{{ outbound_proxy_global_allow_list | default([]) }}"
global_deny_list: "{{ outbound_proxy_global_allow_list | default([]) }}" global_deny_list: "{{ outbound_proxy_global_deny_list | default([]) }}"
- name: Configure smokescreen - name: Configure smokescreen
copy: copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment