mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
committed by
Matt Clay
parent
5de3dbbf6d
commit
bc55db2ff0
@@ -167,7 +167,7 @@ def main():
|
|||||||
cmd_args = [plugin_bin, package_state_map[state], name]
|
cmd_args = [plugin_bin, package_state_map[state], name]
|
||||||
|
|
||||||
if proxy_host and proxy_port:
|
if proxy_host and proxy_port:
|
||||||
cmd_args.append("-DproxyHost=%s -DproxyPort=%s" % proxy_host, proxy_port)
|
cmd_args.append("-DproxyHost=%s -DproxyPort=%s" % (proxy_host, proxy_port))
|
||||||
|
|
||||||
if url:
|
if url:
|
||||||
cmd_args.append("--url %s" % url)
|
cmd_args.append("--url %s" % url)
|
||||||
|
|||||||
Reference in New Issue
Block a user