From 9599fefad3e14cfe7d991b3540e8bb76d96522e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 25 Sep 2023 15:15:27 +0200 Subject: [PATCH] user: use github name for user by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index b7c3b45..f78dea7 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,5 @@ --- -# REQUIRED : Directories names depend on it -# github_webhook_service_user: 'github' +github_webhook_service_user: 'github' 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.