Minor changes
This commit is contained in:
parent
3dbee0703d
commit
f041c35b86
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
APP_NAME = {{ ansible_user_id }}'s git
|
||||
APP_NAME = {{ forgejo_user }}'s git
|
||||
RUN_USER = git
|
||||
RUN_MODE = prod
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
git ALL=(root) NOPASSWD:/usr/bin/systemctl stop forgejo.service
|
||||
git ALL=(root) NOPASSWD:/usr/bin/systemctl restart forgejo.service
|
||||
|
|
Loading…
Add table
Reference in a new issue