aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/gitdaemon/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/gitdaemon/tasks/main.yml b/roles/gitdaemon/tasks/main.yml
index f155c1d..0e460b5 100644
--- a/roles/gitdaemon/tasks/main.yml
+++ b/roles/gitdaemon/tasks/main.yml
@@ -9,6 +9,7 @@
path: /etc/rc.conf.local
regexp: "^gitdaemon_flags="
line: "gitdaemon_flags=--reuseaddr --base-path={{ gitdaemon_git_dir }}"
+ create: true
when: ansible_distribution == "OpenBSD"
- name: start and enable git-daemon service
remember that computers suck.