Update deploy_mongo.yml
This commit is contained in:
parent
d807a55bcb
commit
50db3d48e4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user