Hi, If I have a requirements.yml like this:
``` --- - name: abc src: [email protected]:my-super-repo/ansible-abc.git scm: git ``` it will pull in the role and inside `meta/.galaxy_install_info` the contents will look like this: ``` {install_date: 'Tue Jan 30 16:59:06 2018', version: ''} ``` What I would like is to always pull in the latest git version in my `requirements.yml`, but I want to capture the version as the git sha instead of having it empty. Is there a good way to do this? -- 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/eede2a84-0a24-4716-948f-dd071533658f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
