Disabled download of new versions

This commit is contained in:
Philip (a-0) 2023-01-09 12:27:56 +01:00
parent 59ad23a45d
commit b836656298

View file

@ -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: