gitea: Linting and use .bashrc instead of .profile

This commit is contained in:
Timo Makinen 2023-10-12 18:04:49 +00:00
parent baab3192b0
commit 77df67fd66
2 changed files with 14 additions and 9 deletions

View file

@ -1,2 +1,6 @@
---
gitea_url: "https://dl.gitea.com/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-{{ ansible_system | lower }}-amd64"
gitea_url: >-
{{
"https://dl.gitea.com/gitea/" + gitea_version + "/gitea-" +
gitea_version + "-" + ansible_system | lower + "-amd64"
}}