From 5a547d87ab9bc44018f0c218a908ecdc07c9cd63 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 4 Feb 2025 13:07:43 +0100 Subject: [PATCH] refs #8025 Local host vars doc fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ff4fb5..5e04401 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ ansible-playbook playbooks/.yml --list-tags Before merging changes into protected branches, playbooks should be tested locally to ensure they work properly. Take a look to *.gitignore* to known the *inventories* file patterns that are excluded from remote. The -`host_vars/[hostname].local.yml` files are only loaded when *run-playbook.sh* -script is used. +`host_vars/[hostname].local.(yml|yaml)` files are only loaded when +*run-playbook.sh* script is used. ## Manage secrets