Disabled download of new versions
This commit is contained in:
parent
59ad23a45d
commit
b836656298
1 changed files with 8 additions and 8 deletions
|
@ -54,14 +54,14 @@
|
|||
# dest: "/tmp/forgejo-{{ forgejo_version }}"
|
||||
# when: forgejo_version is defined and not forgejo_binary_dl.stat.exists
|
||||
|
||||
- name: Copy forgejo binary to /usr/local/bin after successful download
|
||||
copy:
|
||||
remote_src: yes
|
||||
src: "/tmp/forgejo-{{ forgejo_version }}"
|
||||
dest: "/usr/local/bin/forgejo"
|
||||
mode: 0755
|
||||
owner: git
|
||||
group: git
|
||||
# - name: Copy forgejo binary to /usr/local/bin after successful download
|
||||
# copy:
|
||||
# remote_src: yes
|
||||
# src: "/tmp/forgejo-{{ forgejo_version }}"
|
||||
# dest: "/usr/local/bin/forgejo"
|
||||
# mode: 0755
|
||||
# owner: git
|
||||
# group: git
|
||||
|
||||
- name: Create config directory
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue