diff options
Diffstat (limited to 'roles/git/tasks')
-rw-r--r-- | roles/git/tasks/main.yml | 13 |
1 files changed, 0 insertions, 13 deletions
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 - - |