Do not semanage /usr/share/bodhi/.fedora on stg.
It does not exist. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
e0037fcbf0
commit
7e9324b189
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
|
||||
- name: /usr/share/bodhi/.fedora file contexts
|
||||
command: semanage fcontext -a -t httpd_sys_rw_content_t "/usr/share/bodhi/.fedora"
|
||||
when: homedir.stdout.find('httpd_sys_content_t') == -1
|
||||
when: homedir.stdout.find('httpd_sys_content_t') == -1 and env == 'production'
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue