batcave: adjust selinux context for new ansible bare repo location

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-03 13:20:14 -07:00
parent 7279254b42
commit 66f17c4513

View file

@ -399,7 +399,7 @@
- httpd/website - httpd/website
- name: /git/ansible file contexts - 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 when: webdir.stdout.find('git_content_t') == -1
tags: tags:
- config - config