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:
+
[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