From 101c1cc0aa4f25bea644b968d53e76099c8123e7 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 14 Jul 2026 15:17:07 -0400 Subject: [PATCH] added a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab37f7f..6aa174c 100644 --- a/README.md +++ b/README.md @@ -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