copr: allow httpd to run cgit
This commit is contained in:
parent
e352f48885
commit
10e94b4a99
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@
|
|||
|
||||
- command: "/usr/share/dist-git/dist_git_sync.sh"
|
||||
|
||||
- name: allow httpd to run cgit
|
||||
command: setsebool -P httpd_enable_cgi 1
|
||||
|
||||
- name: ensure that services are enabled and started
|
||||
service: name="{{ item }}" enabled=yes state=started
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue