diff --git a/deploy_mongo.yml b/deploy_mongo.yml index fca39cf..12d8a99 100644 --- a/deploy_mongo.yml +++ b/deploy_mongo.yml @@ -68,6 +68,8 @@ - name: Run the specified Ansible role from the cloned repository ansible.builtin.include_role: + name: "{{ role_name }}" # Fournissez le nom du rôle ici, même si _path est utilisé. + # Use '_path' to directly specify the absolute path to the role's directory. _path: "{{ role_absolute_path }}" # You can pass variables specific to the role here if needed: