Skip to content

Commit a801ed5

Browse files
authored
Merge pull request #30719 from maxwelldb/rhv-version-code-rendering-GH30718
GH#30718: Modify code block options in RHV playbooks module
2 parents 22fa092 + 55f5baf commit a801ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-rhv-downloading-ansible-playbooks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Download the Ansible playbooks for installing {product-title} version {product-v
1111

1212
. On your installation machine, run the following commands:
1313
+
14-
[source,terminal]
14+
[source,terminal,subs=attributes+]
1515
----
1616
$ mkdir playbooks
1717
$ cd playbooks
18-
$ curl -L -X GET https://api.github.com/repos/openshift/installer/contents/upi/ovirt\?ref\=$release-{product-version} |
18+
$ curl -s -L -X GET https://api.github.com/repos/openshift/installer/contents/upi/ovirt?ref=release-{product-version} |
1919
grep 'download_url.*\.yml' |
2020
awk '{ print $2 }' | sed -r 's/("|",)//g' |
2121
xargs -n 1 curl -O

0 commit comments

Comments
 (0)