Skip to content
Snippets Groups Projects
Commit 4268b4e5 authored by ale's avatar ale
Browse files

Fix typo

parent e95082fa
No related branches found
No related tags found
No related merge requests found
Pipeline #44554 passed
......@@ -8,7 +8,7 @@
project: "default"
policy: "{{ outbound_proxy_default_policy | default('open') }}"
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
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment