fix(docs): Fix broken links in ansible docs (#12674)

* fix(docs): Fix broken links in ansible docs

* Avoid redirection on tips and tricks URL

* Avoid redirection on playbook guide URL
This commit is contained in:
Oliver Radwell 2022-12-07 00:23:21 +00:00 committed by GitHub
parent d588438840
commit 1b68be9d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ To learn more about Ansible, please consult the [Ansible Documentation Site](htt
## The Playbook File
The first component of a successful Ansible provisioner setup is the Ansible playbook which contains the steps that should be run on the guest. Ansible's
[playbook documentation](https://docs.ansible.com/playbooks.html) goes into great detail on how to author playbooks, and there are a number of [best practices](https://docs.ansible.com/playbooks_best_practices.html) that can be applied to use Ansible's powerful features effectively.
[playbook documentation](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html) goes into great detail on how to author playbooks, and there are a number of [tips and tricks](https://docs.ansible.com/ansible/latest/tips_tricks/ansible_tips_tricks.html) that can be applied to use Ansible's powerful features effectively.
A playbook that installs and starts (or restarts) the NTP daemon via YUM looks like: