refs #8025 Local host vars doc clarified

This commit is contained in:
Juan Ferrer 2025-02-04 12:38:45 +01:00
parent 6c3d47fd96
commit 92152eabf2
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ ansible-playbook playbooks/<playbook_name>.yml --list-tags
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. Take a look to *.gitignore* to known locally to ensure they work properly. Take a look to *.gitignore* to known
the *inventories* file patterns that are excluded from remote. the *inventories* file patterns that are excluded from remote. The
`*host_vars/*.local.yml*` only works when *run-playbook.sh* script is used.
## Manage secrets ## Manage secrets