Update deploy_mongo.yml
This commit is contained in:
parent
231bbc5dc6
commit
6b8b71df51
@ -72,9 +72,8 @@
|
|||||||
tags: run_role
|
tags: run_role
|
||||||
|
|
||||||
- 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.import_role:
|
||||||
name: "{{ role_name }}"
|
name: "{{ role_name }}"
|
||||||
delegate_to: localhost
|
|
||||||
vars:
|
vars:
|
||||||
# Ajoute ici les variables spécifiques à ton rôle si besoin
|
# Ajoute ici les variables spécifiques à ton rôle si besoin
|
||||||
# nginx_port: 8080
|
# nginx_port: 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user