fix indentation error

This commit is contained in:
uumas
2022-11-18 06:31:54 +02:00
parent 5c5eff0370
commit f3b627e7ee

View File

@@ -9,7 +9,7 @@
set_fact:
proxy_target_split_protocol: "{{ proxy_target.split('://') }}"
- name: Split target further to host and port
set_fact:
set_fact:
proxy_target_split_host: "{{ (proxy_target_split_protocol | last).split(':') }}"
- name: Set host and port variables
set_fact: