Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link in lesson 3: "First modules and facts" #35

Closed
JMNofziger opened this issue Jan 13, 2021 · 1 comment
Closed

Broken link in lesson 3: "First modules and facts" #35

JMNofziger opened this issue Jan 13, 2021 · 1 comment

Comments

@JMNofziger
Copy link

User is prompted to use the copy module. After successfully doing so the user is returned a success message with a prompt to explore the other modules offered by Ansible:

    Please check the output above. 

    Ansible (more accurately copy module executed on the node) replied back a bunch of useful information in JSON format. We'll see how that can be used later. 

    We'll see other useful modules below. Ansible has a huge module list that covers almost anything you can do on a system. 

    Please see the following page: http://docs.ansible.com/ansible/latest/list_of_all_modules.html 

    If you can't find the right module, writing one is pretty easy (it doesn't even have to be Python, it just needs to speak JSON). 

    Please press the "Enter" key to continue! 

The link for the Ansible module list is currently offered as:
http://docs.ansible.com/ansible/latest/list_of_all_modules.html

This link returns an "Oops" 404 page. The link could be updated to following ansible doc page which appears to offer the same information the previous link did:
https://docs.ansible.com/ansible/latest/collections/index_module.html

@JMNofziger
Copy link
Author

Located link in corresponding .nutsh file:
https://github.com/turkenh/ansible-interactive-tutorial/blob/master/tutorials/2-step-02.nutsh#L75

"Please see the following page: `http://docs.ansible.com/ansible/latest/list_of_all_modules.html`"

JMNofziger pushed a commit to JMNofziger/ansible-interactive-tutorial that referenced this issue Jan 20, 2021
@turkenh turkenh closed this as completed Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants