main #31

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

View File

@ -20,7 +20,7 @@ source venv/bin/activate
pip install --upgrade pip ansible==10.1.0 ansible-builder==3.1.0
```
Before running any Ansible command, activate the Python virtual environment.
Before running any Python dependent command, activate the virtual environment.
```
source venv/bin/activate
```