Update config.md (#178)

This commit is contained in:
Sam Reed 2021-02-08 01:17:58 +00:00 committed by GitHub
parent 4e267b8d9c
commit 52bc584c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This page provides a basic overview of correct YAML syntax, which is how Ansible
We use YAML because it is easier for humans to read and write than other common data formats like XML or JSON. Further, there are libraries available in most programming languages for working with YAML.
You may also wish to read working\_with\_playbooks at the same time to see how this is used in practice.
You may also wish to read [working with playbooks](https://docs.ansible.com/ansible/latest/user_guide/playbooks.html) at the same time to see how this is used in practice.
YAML Basics
-----------