Hi

If I'm using pip with name being a list of packages, for instance:

- name: Install stuff
  pip:
    name:
      - pyyaml
      - natsort
      - passlib

Then the module will do "pip install pyyaml natsort passlib", and not:

pip install pyyaml
pip install natsort
pip install passlib


Is this assumption correct?



-- 
Dick Visser
Trust & Identity Service Operations Manager
GÉANT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAL8fbwP5LM-4csQs0nkEqPWhNd9xNNW6Aj3NfnCYgkHz%2BDgt7w%40mail.gmail.com.

Reply via email to