Skip to content

Commit

Permalink
service: move description to the template
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 27, 2023
1 parent eb6db1b commit 42af0f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
github_webhook_service_user: 'github'
github_webhook_service_user_groups: ['www-data']
github_webhook_service_name: '{{ github_webhook_service_user }}-webhook'
github_webhook_description: 'GitHub Webhook server for {{ github_webhook_service_user }} repos'
# Has to be the UID of Airflow user on the host.
github_webhook_service_user_uid: 150000

Expand Down
2 changes: 1 addition & 1 deletion templates/webhook.service.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description="{{ github_webhook_description }}"
Description="GitHub Webhook server for updating Git repos"
Documentation=https://github.com/status-im/infra-role-github-webhook/tree/master/README.md
Requires=network-online.target
After=network-online.target
Expand Down

0 comments on commit 42af0f6

Please sign in to comment.