0
我得到錯誤:錯誤ansible 2.3.2-不支持代理方案:HTTPS
Unsupported proxy scheme: https. Currently ansible only supports HTTP proxies
同時ansible V2.3.2運行ansible劇本,但同樣與ansible v1.9.4運行:
environment:
http_proxy: "http://{{ address }}:{{ port }}"
https_proxy: "https://{{ address }}:{{ port }}"
模塊是否有變化或者如何解決?