refs #8025 README run playbook fix

This commit is contained in:
Juan Ferrer 2024-10-08 11:53:46 +02:00
parent d4c21376cd
commit 0260125e66
1 changed files with 2 additions and 2 deletions

View File

@ -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 *local* inventory can also be used, locally to ensure they work properly. The *inventories/local* inventory can
wich is not uploaded to the repository. also be used, wich is not uploaded to the repository.
Run playbook on inventory host. Run playbook on inventory host.
``` ```