summaryrefslogtreecommitdiffstats
path: root/roles/local_deploy
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2014-12-12 17:31:07 +0100
committerMichael Scherer <misc@zarb.org>2014-12-12 17:31:07 +0100
commit45a1840bf46b5f31c34533f0aa7e5fda58c9d6fe (patch)
treeac2aefca4bf4deac999f6cfc0f3f2d5047058ad1 /roles/local_deploy
parent7c4fc002eabe79c351dd85327be447ea6b316a8f (diff)
Remove trailing slash to fix semanage fcontext call
Since there is a trialing / the regexp for semanage become : fcontext -a -f a -t git_user_content_t '/srv/git_repos/(/.*)?' So there is 2 / instead of 1
Diffstat (limited to 'roles/local_deploy')
-rw-r--r--roles/local_deploy/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/local_deploy/defaults/main.yml b/roles/local_deploy/defaults/main.yml
index cb1c653..94837cd 100644
--- a/roles/local_deploy/defaults/main.yml
+++ b/roles/local_deploy/defaults/main.yml
@@ -1 +1 @@
-git_repositories_dir: /srv/git_repos/
+git_repositories_dir: /srv/git_repos