Edit Gitea.yaml
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
- name: Download newest gitea binary
|
||||
ansible.builtin.get_url:
|
||||
url: https://dl.gitea.com/gitea/1.21.4/gitea-1.21.4-linux-amd64
|
||||
dest: /tmp/
|
||||
dest: /tmp/gitea
|
||||
mode: '0511'
|
||||
|
||||
- name: Copy file with owner and permissions
|
||||
ansible.builtin.copy:
|
||||
src: /tmp/gitea
|
||||
dest: /usr/local/bin/gitea1
|
||||
mode: '0511'
|
||||
|
||||
- name: Start service gitea on debian, if not running
|
||||
|
Reference in New Issue
Block a user