Hi,

Thanks for your reply,

I have this in my main.yml :
- name: Installation des differentes applications
  include: 2-install.yml
  with_items:
     - "{{ mcs_lst_apps }}"
  loop_control:
    loop_var: tmp_deploy_app
  tags: install,test

  
And this in my 2-install.yml
- debug: var=tmp_deploy_app

But when i execute it, it's the same thing :
TASK [MCS_ROLE : Installation des differentes applications] 
********************************************************************************************
included: /projet/roles/MCS_ROLE/tasks/2-install.yml for SERVER

Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/39864f23-18da-4521-b032-b2987a93f126%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to