wiki: only apply the patched OIDC plugin in prod
the patch for the OIDC plugin is now in the RPM, but for now lets only not apply the patch via ansible in staging, so we know it works. Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
c2187f319a
commit
252374bc55
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
|||
- mediawiki
|
||||
|
||||
- name: Patch OpenIDConnect plugin to require CLA+1
|
||||
when: env == "production"
|
||||
copy: src=OpenIDConnect.class.php
|
||||
dest=/srv/web/fp-wiki/extensions/OpenIDConnect/OpenIDConnect.class.php
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue