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: