refs #8025 README run fix
This commit is contained in:
parent
7235b8ab37
commit
09ed8be828
|
@ -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.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue