|
@@ -12,6 +12,8 @@ |
|
|
url: "{{ gitea_download_url }}" |
|
|
url: "{{ gitea_download_url }}" |
|
|
dest: /usr/local/bin/gitea |
|
|
dest: /usr/local/bin/gitea |
|
|
checksum: "{{ gitea_download_checksum }}" |
|
|
checksum: "{{ gitea_download_checksum }}" |
|
|
|
|
|
notify: |
|
|
|
|
|
- restart gitea |
|
|
|
|
|
|
|
|
- name: gitea executable |
|
|
- name: gitea executable |
|
|
file: |
|
|
file: |
|
|