Thanks for the fast response but I don't get it and google is not helping 
me in finding an example or even how this module: "set_vars" works.
So you say that if I put something like this:

- name: "play deps if ACE_*"
  shell: "cd /opt/play/apps/default-ace && play deps {{ dep }}"
  register: *checkdeps1*
  when: "dep == \"1\""
- name: "play deps example to skip"
  shell: "cd /opt/play/apps/default-ace && play deps {{ dep }}"
  register: *checkdeps2*
  when: "dep == \"2\""
....
- name: "play deps example to skip"
  shell: "cd /opt/play/apps/default-ace && play deps {{ dep }}"
  register: *checkdeps100*
  when: "dep == \"100\""

Where do I put set_vars ???

-- 
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/37ebb0ea-b7b0-46e4-aee1-d550449285a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to