Update deploy_mongo.yml

This commit is contained in:
mongi 2025-05-28 14:49:05 +00:00
parent d807a55bcb
commit 50db3d48e4

View File

@ -66,8 +66,11 @@
when: not role_dir_stat.stat.exists or not role_dir_stat.stat.isdir when: not role_dir_stat.stat.exists or not role_dir_stat.stat.isdir
tags: validation tags: validation
- name: Run the specified Ansible role from the cloned repository - 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: ansible.builtin.include_role:
# Ces lignes sont indentées de 8 espaces devant 'name:' et '_path:' (6 + 2).
name: "{{ role_name }}" name: "{{ role_name }}"
_path: "{{ role_absolute_path }}" _path: "{{ role_absolute_path }}"
# You can pass variables specific to the role here if needed: # You can pass variables specific to the role here if needed: