Skip to content

Commit

Permalink
[Russ] #1625 Fix concantenation error due to proxy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
russ-os committed Jan 10, 2024
1 parent 29093b3 commit 4331d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
set_fact:
agent_cmd_args: "{{ agent_cmd_args }} + ['--proxyurl \\'{{ az_devops_proxy_url }}\\'', '--proxyusername \\'{{ az_devops_proxy_username }}\\'', '--proxypassword \\'{{ az_devops_proxy_password }}\\'']"
when:
- az_devops_proxy_url is defined
- az_devops_proxy_url is not none

- name: Download and unarchive
unarchive:
Expand Down

0 comments on commit 4331d5f

Please sign in to comment.