From 09763d407103d9a60ff34c2dd88d8ad3088f125c Mon Sep 17 00:00:00 2001 From: mongi Date: Wed, 28 May 2025 15:23:26 +0000 Subject: [PATCH] Update deploy_mongo.yml --- deploy_mongo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_mongo.yml b/deploy_mongo.yml index 85041fc..25f523f 100644 --- a/deploy_mongo.yml +++ b/deploy_mongo.yml @@ -20,7 +20,7 @@ # adjust 'role_base_dir_in_repo' accordingly. # For example: If your role is directly in the repo root: `role_base_dir_in_repo: ""` # If your role is in 'ansible/roles': `role_base_dir_in_repo: "ansible/roles"` - role_base_dir_in_repo: "ansible_roles_mongodb" # Directory containing your role(s) within the cloned repo + role_base_dir_in_repo: "" # Directory containing your role(s) within the cloned repo # The absolute path to the specific role directory within the cloned repository. # Constructed from the above variables.