added a link

This commit is contained in:
2026-07-14 15:17:07 -04:00
parent a367b3c5e4
commit 101c1cc0aa

View File

@@ -89,7 +89,7 @@ Other common ones, especially for services, are `port` (which can be an integer
## Essential Usage
Before running any Ansible playbooks in either development or production mode, make sure to specify the username and the home directory path of the user on the system you are currently using in `{ANSIBLE_PROJECT_ROOT}/vars/local_facts.yml`.
Before running any Ansible [playbooks](https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_intro.html) in either development or production mode, make sure to specify the username and the home directory path of the user on the system you are currently using in `{ANSIBLE_PROJECT_ROOT}/vars/local_facts.yml`.
### Development Mode