-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
DO417 - RHAAP2.4-en-3-20250117
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
Section Title: Guided Exercise: Installing and Updating Software
Issue description
In this exercise students construct a playbook called updates.yml. The steps show and explain different pieces of the playbook under construction, then at the end the entire playbook is shown. Everything works fine but the names used on plays/tasks change as the playbook develops, potentially confusing students.
- The name of the play starts as "Manage updates" in steps 2.1 and 2.2, becomes "Manage Updates" in 2.3, then becomes "Manage Updates on Systems" when the entire playbook is shown in step 3.3.
- The task name in 2.6 starts as "Display available security updates" but in 3.3 it changes to "Display Available updates".
Expected result:
The piecemeal snippets should match the whole at the end.