missed a boolean here
This commit is contained in:
parent
7887029ffb
commit
c04137aba8
1 changed files with 10 additions and 0 deletions
|
@ -239,6 +239,16 @@
|
||||||
- pagure
|
- pagure
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- name: set sebooleans so pagure can talk to repospanner
|
||||||
|
seboolean: name=httpd_can_network_connect
|
||||||
|
state=true
|
||||||
|
persistent=true
|
||||||
|
tags:
|
||||||
|
- selinux
|
||||||
|
- web
|
||||||
|
- pagure
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
# HOTFIX: adjust bugzilla overrides
|
# HOTFIX: adjust bugzilla overrides
|
||||||
- name: HOTFIX - adjust bugzilla overrides
|
- name: HOTFIX - adjust bugzilla overrides
|
||||||
copy: src=fas2.py dest=/usr/lib/python2.7/site-packages/fedora/client/fas2.py
|
copy: src=fas2.py dest=/usr/lib/python2.7/site-packages/fedora/client/fas2.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue