This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-gitea
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
restart gitea when executable is changed (e.g. update)
master
Markus Katharina Brechtel
6 years ago
parent
f7d7e108b1
commit
b01a29faec
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/deploy.yml
+ 2
- 0
tasks/deploy.yml
View File
@@ -12,6 +12,8 @@
url: "{{ gitea_download_url }}"
dest: /usr/local/bin/gitea
checksum: "{{ gitea_download_checksum }}"
notify:
- restart gitea
- name: gitea executable
file:
Write
Preview
Loading…
Cancel
Save