Skip to content

Commit 55f5baf

Browse files
maxwelldbjboxman
authored andcommitted
Modify code block options
This change adds "subs=attributes+" to code block options. As a result, attributes within the code block should render correctly. Commit resolves GH-30718.
1 parent de73732 commit 55f5baf

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)