From 09ed8be828867d2dbe1cbbccc82256cc9d06668a Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 8 Oct 2024 12:07:51 +0200 Subject: [PATCH] refs #8025 README run fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bd3332..821cd29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Before running any Python dependent command, activate the virtual environment. source venv/bin/activate ``` -Once you're done, deactivate the virtual environment. +Once you are done, deactivate the virtual environment. ``` deactivate ``` @@ -41,8 +41,8 @@ ansible-galaxy collection install -r collections/requirements.yml ## Run playbook Before merging changes into protected branches, playbooks should be tested -locally to ensure they work properly. The *inventories/local* inventory can -also be used, wich is not uploaded to the repository. +locally to ensure they work properly. The *inventories/local* inventory is not +uploaded to the repository and can be used for local testing. Run playbook on inventory host. ```