From ff931d95733c88e0bb3a542654959adde91a1b91 Mon Sep 17 00:00:00 2001 From: mongi Date: Wed, 28 May 2025 15:12:32 +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 a6db58e..85041fc 100644 --- a/deploy_mongo.yml +++ b/deploy_mongo.yml @@ -13,7 +13,7 @@ # --- DERIVED / CONFIGURABLE PATHS --- # The directory where the entire Git repository will be cloned. # Choose a location accessible by the Ansible user. Using /tmp for temporary execution. - repo_clone_dest: "/tmp/ansible_cloned_repo_for_dynamic_role" + repo_clone_dest: "/tmp/ansible_roles_mongodb" # Assumes roles are typically located in a 'roles/' subdirectory within the repository root. # If your roles are in a different structure (e.g., directly in the repo root or 'ansible/roles'),