Skip to content

Commit 8c884aa

Browse files
authored
Use raw github content for ansible galaxy requirements (#45)
The current URL specified links to the file as viewed in the GitHub UI, calling `curl` on that will download HTTP code, not a formatted YAML file. Signed-off-by: Steve Martinelli <s.martinelli@gmail.com>
1 parent a9798d4 commit 8c884aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Cloudera Deploy does have a single dependency for its own execution, the https:/
302302
[source, bash]
303303
----
304304
# Get the cldr-runner dependency file first
305-
curl https://github.com/cloudera-labs/cldr-runner/tree/main/payload/deps/ansible.yml \
305+
curl https://raw.githubusercontent.com/cloudera-labs/cldr-runner/main/payload/deps/ansible.yml \
306306
--output requirements.yml
307307
308308
# Install the collections (and their dependencies)

0 commit comments

Comments
 (0)