refs #8025 README run fix

This commit is contained in:
Juan Ferrer 2024-10-08 12:07:51 +02:00
parent 7235b8ab37
commit 09ed8be828
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Before running any Python dependent command, activate the virtual environment.
source venv/bin/activate source venv/bin/activate
``` ```
Once you're done, deactivate the virtual environment. Once you are done, deactivate the virtual environment.
``` ```
deactivate deactivate
``` ```
@ -41,8 +41,8 @@ ansible-galaxy collection install -r collections/requirements.yml
## Run playbook ## Run playbook
Before merging changes into protected branches, playbooks should be tested Before merging changes into protected branches, playbooks should be tested
locally to ensure they work properly. The *inventories/local* inventory can locally to ensure they work properly. The *inventories/local* inventory is not
also be used, wich is not uploaded to the repository. uploaded to the repository and can be used for local testing.
Run playbook on inventory host. Run playbook on inventory host.
``` ```