batcave: adjust selinux context for new ansible bare repo location
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7279254b42
commit
66f17c4513
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue