-
Bug
-
Resolution: Won't Do
-
Minor
-
RH294 - RHEL9.0-en-4-20241107
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/rh294-9.0/pages/ch04s04 |
Reporter RHNID: | shasingh01 |
Section Title: | Guided Exercise: Implementing Handlers |
Issue description
In the Guided Exercise: Implementing Handlers, within the configure_webapp.yml playbook, the variable names used for configuration file paths are inconsistent.
The variable web_config_src uses the src: keyword, which aligns well and is easy to understand. However, the corresponding destination variable is named web_config_dst, which is inconsistent with the commonly used dest: keyword in Ansible.
it would be nice if you used consistent abbreviations.
Steps to reproduce:
Workaround:
Expected result: