From 66f17c4513384c9f72ff40abae2310cec94eeae9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 3 May 2020 13:20:14 -0700 Subject: [PATCH] batcave: adjust selinux context for new ansible bare repo location Signed-off-by: Kevin Fenzi --- roles/batcave/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 41063e92af..c03613ffc8 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -399,7 +399,7 @@ - httpd/website - name: /git/ansible file contexts - command: semanage fcontext -a -t git_content_t "/git/ansible(/.*)?" + command: semanage fcontext -a -t git_content_t "/srv/ansible(/.*)?" when: webdir.stdout.find('git_content_t') == -1 tags: - config