Ansible verison: 2.7.8

I define role B as Role A dependencies in meta/main.yml like this:
```
dependencies:
  - { role: B, src: 'git+https://github.xxx/xxx/B.git', version: '1.0' }

```

When I run playbook with Role A, I suppose ansible would download Role B 
automatically. But not. Why?
Shall I run ansible-galaxy install -r requirements.yml firstly?

Thank you.

-- 
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/65a08f59-ad20-428d-953a-dfba1ef18730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to