Minor changes

This commit is contained in:
Tunui Franken 2024-12-31 18:24:58 +01:00
parent 3dbee0703d
commit f041c35b86
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
APP_NAME = {{ ansible_user_id }}'s git
APP_NAME = {{ forgejo_user }}'s git
RUN_USER = git
RUN_MODE = prod

View file

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