-
Bug
-
Resolution: Done
-
Major
-
RH294 - RHEL9.0-en-3-20240620
-
None
-
False
-
-
False
-
ILT, ROLE, VT
-
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/rh294-9.0/pages/ch02s09 |
Reporter RHNID: | rhn-gps--tmichett |
Section Title: | h2. Lab: Implementing an Ansible Playbook |
Issue description
Step 6 has the student use "workstation.lab.example.com" using the FQDN. However, the solution uses the short hostname workstation and the grading files and inventory file only has the short hostnames.
Unfortunately, the error is somewhat benign and hard to spot as the second play just doesn't run because the host pattern in inventory doesn't match and you just get a warning. The grading will succeed and give everyone a success, but the second play never runs. Unless someone notices that inventory hostname isn't matched, they think everything is good.
Steps to reproduce:
Run the lab using the FQDN as specified.
Workaround:
Tell student to use short hostname in the playbook
Expected result:
Playbook runs and executes.