Update deploy_mongo.yml

This commit is contained in:
mongi 2025-05-28 15:23:26 +00:00
parent ff931d9573
commit 09763d4071

View File

@ -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.