f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Include a VERSION file to help bug reporting #34

Closed alonsocamaro closed 3 years ago

alonsocamaro commented 4 years ago

Hi

I find it would be useful to have a VERSION file in role's directory so we would be able to report the version we are running.

Thanks for this great ansible code

focrensh commented 4 years ago

Is there a reason you need a file and cannot use the native command to see it? (.venv) red-env $ ansible-galaxy role list

alonsocamaro commented 4 years ago

Oki, I should have installed it with ansible-galaxy then... in my case I just downloaded it and put it in the roles/ directory

focrensh commented 3 years ago

Ah, makes sense. Yes you should use galaxy if possible, otherwise it would just be the git commit/tag.