From 50db3d48e41f3b0646872051d2ea2cd73e79cf23 Mon Sep 17 00:00:00 2001 From: mongi Date: Wed, 28 May 2025 14:49:05 +0000 Subject: [PATCH] Update deploy_mongo.yml --- deploy_mongo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_mongo.yml b/deploy_mongo.yml index 9c052e9..b0622bc 100644 --- a/deploy_mongo.yml +++ b/deploy_mongo.yml @@ -66,8 +66,11 @@ when: not role_dir_stat.stat.exists or not role_dir_stat.stat.isdir tags: validation + - name: Run the specified Ansible role from the cloned repository + # Cette ligne est indentée de 6 espaces devant 'ansible.builtin.include_role:' (4 + 2). ansible.builtin.include_role: + # Ces lignes sont indentées de 8 espaces devant 'name:' et '_path:' (6 + 2). name: "{{ role_name }}" _path: "{{ role_absolute_path }}" # You can pass variables specific to the role here if needed: