This is my current setup
---
- hosts: all
  pre-tasks:
    - local_action:
        command ansible-galaxy install -r requirements.yml -p . (this 
install roles roleA, roleB, roleC)
roles:
- role1
- role2

I have always an error message that it says that role1 doesn't exist... and 
I cannot see the first command being executed even with a debug message - 
so I have the feeling it is always executing roles first and then 
pre-tasks, however, I read that pre-task will be run first.... why does 
this doesn't apply here? 

Any idea?

-- 
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/884e2977-1bdc-480b-a434-cf820b456815%40googlegroups.com.

Reply via email to