Skip to content

Commit c42a806

Browse files
committed
Remove body_format parameter for parcel manifest URI
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent ce5c848 commit c42a806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/deployment/repometa/tasks/parcels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
uri:
2020
url: "{{ repository | regex_replace('/?$','') + '/manifest.json' }}"
2121
status_code: 200
22-
body_format: json
2322
return_content: yes
2423
url_username: "{{ parcel_repo_username | default(omit) }}"
2524
url_password: "{{ parcel_repo_password | default(omit) }}"

0 commit comments

Comments
 (0)