So I went thru the instructor's video and did what he said....used import_tasks instead of ansible,builtin.import_tasks in PLAYBOOK.YML and it succeeded.
SUCCESS !!!!!
Thank you for your question.
From your description, we can conclude the following:
Based on these observations, it’s possible that the HTTP service on all web servers is unable to read or serve the intended web content. This may be related to a configuration issue in the web_tasks.yml playbook described in Chapter 6, Section 6.5 of the lab.
Specifically, check the section using ansible.builtin.copy. Ensure that all file paths, permissions, and ownerships are correctly defined to allow the web server to access and serve the files.
If this doesn’t resolve your issue or if you need further assistance, please feel free to reach out again.
Thanks, Yamato stll going crazy here..... here's the web_tasks.yml. Please help:
Thank you for providing additional details.
At first glance, it appears there may be an issue with the module referenced in the sections highlighted in red. Additionally, the green-highlighted portion also seems to differ from what is expected.
Could you start by correcting these two areas and let us know if the issue persists?
I made it same as in the picture u showed on the right BUT the issue remains:
Hi @zak1
Thank you very much reply us.
Could you share us the latest error message after you run the play?
So I went thru the instructor's video and did what he said....used import_tasks instead of ansible,builtin.import_tasks in PLAYBOOK.YML and it succeeded.
SUCCESS !!!!!
Congratulations, @zak1
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.