From 2bfc94bc6c58b99ae37c46ecac4e047f6ef835c3 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 15 Jan 2021 13:09:51 +0100 Subject: Delete gitdeamon. Needs a separate role --- roles/git/tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'roles/git/tasks') diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index e8fc0e0..24a9d2d 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -23,16 +23,3 @@ state: directory mode: 0750 -# openbsd only -- name: enable gitdaemon - lineinfile: - path: /etc/rc.conf.local - regexp: "^gitdaemon_flags=" - line: "gitdaemon_flags=--reuseaddr --base-path={{ git_dir }}" - -- name: start gitdaemon - service: - name: gitdaemon - state: restarted - - -- cgit v1.2.3