Gitea has been updated more often lately. And the practice of updating it every time in this role can be done... But it doesn't seem to make that much sense in the long run.
What do you think about extending this ansible role by adding some magic that automatically downloads the newest gitea version? For example by evaluating a curl on https://github.com/go-gitea/gitea/releases/latest...
Of course the variable gitea_version: 1.12.1 should still be valid. But if you write something like gitea_version: latest, a download of the latest version would be nice.
Or what do you think?
Gitea has been updated more often lately. And the practice of updating it every time in this role can be done... But it doesn't seem to make that much sense in the long run.
What do you think about extending this ansible role by adding some magic that automatically downloads the newest gitea version? For example by evaluating a curl on
https://github.com/go-gitea/gitea/releases/latest...Of course the variable
gitea_version: 1.12.1should still be valid. But if you write something likegitea_version: latest, a download of the latest version would be nice.Or what do you think?