main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 09ed8be828 - Show all commits

View File

@ -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.
```