From 0260125e6638c1264fd1bdad4df1e54d076866aa Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 8 Oct 2024 11:53:46 +0200 Subject: [PATCH] refs #8025 README run playbook fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d4e54..580a348 100644 --- a/README.md +++ b/README.md @@ -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 *local* inventory can also be used, -wich is not uploaded to the repository. +locally to ensure they work properly. The *inventories/local* inventory can +also be used, wich is not uploaded to the repository. Run playbook on inventory host. ```