Hi all,

I am looking to use variable substitution in meta/main.yml and it doesn't 
seem to be working, at least on 2.4.2. Is this a supported feature in any 
of the newer versions? My use case is I have one "common" role that 
includes many roles that are common to a particular system. This allows us 
to include a single role to pull in all of these "dependencies". The issue 
I'm facing is when any of these dependent roles get updated and tagged 
within Git - we have to also update the "common" role which just seems 
cumbersome. Also, some users may want to stick with an older version vs 
using the newer version. If we could use variables, this could be easily 
circumvented by providing a tag dynamically for each role.

Any insight would be appreciated. Thanks!

*meta/main.yml*
  - name: ansible_adr_nrpe_role
    src: "g...@github.com/ansible_adr_nrpe_role.git"
    scm: git
    version:"{{ansible_adr_nrpe_role_version}}"

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a85d4b6b-555c-4e20-90e1-bea48c9de706%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to