Skip to content

Commit

Permalink
Remove body_format parameter for parcel manifest URI
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
  • Loading branch information
wmudge committed Dec 14, 2022
1 parent ce5c848 commit c42a806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/deployment/repometa/tasks/parcels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
uri:
url: "{{ repository | regex_replace('/?$','') + '/manifest.json' }}"
status_code: 200
body_format: json
return_content: yes
url_username: "{{ parcel_repo_username | default(omit) }}"
url_password: "{{ parcel_repo_password | default(omit) }}"
Expand Down

0 comments on commit c42a806

Please sign in to comment.