fix indentation error
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
proxy_target_split_protocol: "{{ proxy_target.split('://') }}"
|
proxy_target_split_protocol: "{{ proxy_target.split('://') }}"
|
||||||
- name: Split target further to host and port
|
- name: Split target further to host and port
|
||||||
set_fact:
|
set_fact:
|
||||||
proxy_target_split_host: "{{ (proxy_target_split_protocol | last).split(':') }}"
|
proxy_target_split_host: "{{ (proxy_target_split_protocol | last).split(':') }}"
|
||||||
- name: Set host and port variables
|
- name: Set host and port variables
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user