gitea: Linting and use .bashrc instead of .profile
This commit is contained in:
parent
baab3192b0
commit
77df67fd66
2 changed files with 14 additions and 9 deletions
|
@ -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"
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue