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
make sure gitea is enabled
master
Markus Katharina Brechtel
4 years ago
parent
5c99a19f09
commit
2229c5f11e
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tasks/deploy.yml
+ 2
- 1
tasks/deploy.yml
View File
@@ -65,7 +65,8 @@
- systemd daemon-reload
- systemd daemon-reload
- restart gitea
- restart gitea
- name: gitea started
- name:
make sure
gitea
is
started
and enabled
systemd:
systemd:
name: gitea.service
name: gitea.service
state: started
state: started
enabled: true
Write
Preview
Loading…
Cancel
Save