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:
Ryan Lercho 2020-09-21 12:10:57 +10:00 committed by pingou
parent c2187f319a
commit 252374bc55

View file

@ -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: