Tracy_Baker
Starfighter Starfighter
Starfighter
  • 552 Views

Typos in Red Hat Enterprise Linux Automation with Ansible 9.0 (RH294), 7.1

There are a couple of significant typos in Red Hat Enterprise Linux Automation with Ansible 9.0 (RH294), chapter 7.1. The text has this:

---

Important

A tasks section in a play is not required. In fact, it is generally a good practice to avoid both roles and tasks sections in a play to avoid confusion about the order in which roles and tasks run.

If you must have a tasks section and roles, it is better to create tasks that use ansible.builtin.import_roles and ansible.builtin.include_roles to run at the correct points in the play's execution.

---

The typos are with this: ansible.builtin.import_roles and ansible.builtin.include_roles

The problem is that neither of these exist, as seen here:

1.JPG

The correct ones are: ansible.builtin.import_role and ansible.builtin.include_role

role, not roles

Program Lead at Arizona's first Red Hat Academy, est. 2005
Estrella Mountain Community College
Labels (5)
1 Reply
carlos_arias
Moderator
Moderator
  • 397 Views

Good catch @Tracy_Baker ! I'm opening a Jira for this so the curriculum team can fix it asap.

I'd like to remember that any feedback you have you can send it to the LX Team directly by clicking on the Feedback button, which is present on any page of every course.

carlos_arias_0-1686754827258.png

 

You can follow the resolution of this issue here:

https://training-feedback.redhat.com/browse/RH294-275

RHCA - Level III
Free software for free people
0 Kudos
Join the discussion
You must log in to join this conversation.