Skip to content

Commit

Permalink
[FIX] release URL fix (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
citrocity authored Jan 6, 2021
1 parent 2a1d71e commit 3ce0832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tasks/cloud_agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: cloud_agents | Get latest Qualys agent
uri:
url: "{{ github_list_qualys | json_query('json[].assets[?name=='+ cloud_agent.qualys.bin_name +'].url[] | [0]') }}"
url: "{{ github_list_qualys | json_query('json[].assets[?name==`'+ cloud_agent.qualys.bin_name +'`].url[] | [0]') }}"
follow_redirects: none
status_code: 302
return_content: no
Expand Down

0 comments on commit 3ce0832

Please sign in to comment.