Update deploy_mongo.yml
This commit is contained in:
parent
7bffa6ec70
commit
d807a55bcb
@ -68,9 +68,7 @@
|
|||||||
|
|
||||||
- name: Run the specified Ansible role from the cloned repository
|
- name: Run the specified Ansible role from the cloned repository
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "{{ role_name }}" # Fournissez le nom du rôle ici, même si _path est utilisé.
|
name: "{{ role_name }}"
|
||||||
|
|
||||||
# Use '_path' to directly specify the absolute path to the role's directory.
|
|
||||||
_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:
|
||||||
# vars:
|
# vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user