Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/rhel-compute-updating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ By default, the base OS RHEL with "Minimal" installation option enables firewall
[source,terminal]
----
# subscription-manager repos --disable=rhocp-4.10-for-rhel-8-x86_64-rpms \
--disable=ansible-2.9-for-rhel-8-x86_64-rpms \
--enable=rhocp-4.11-for-rhel-8-x86_64-rpms
----
+
Expand All @@ -61,6 +62,13 @@ By default, the base OS RHEL with "Minimal" installation option enables firewall
As of {product-title} 4.11, the Ansible playbooks are provided only for {op-system-base} 8. If a {op-system-base} 7 system was used as a host for the {product-title} 4.10 Ansible playbooks, you must either upgrade the Ansible host to {op-system-base} 8, or create a new Ansible host on a {op-system-base} 8 system and copy over the inventories from the old Ansible host.
====

.. On the machine that you run the Ansible playbooks, update the Ansible package:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is beyond the scope of this PR, but moving forward please be mindful that if a step in a procedure is to run a command, our guidelines specify that the step include some form "run/enter the following command". There are several patterns that can be followed [1].

[1] https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#code-blocks-command-syntax-and-example-output

+
[source,terminal]
----
# yum swap ansible ansible-core
----

.. On the machine that you run the Ansible playbooks, update the required packages, including `openshift-ansible`:
+
[source,terminal]
Expand Down