Remove unnecessary conditional. Config handles this.

This commit is contained in:
Ralph Bean 2017-09-21 01:24:06 +00:00
parent 81aeb57e8b
commit 80a9b9476b

View file

@ -42,24 +42,12 @@
- mbs
- beaker
- waiverdb
notify:
- reload apache
tags:
- ipsilon
- ipsilon/oidc_scopes
- name: Copy OpenID Connect stg-only scope registrations
copy: src=oidc_scopes/{{item}}.py
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{item}}.py
owner=root group=root mode=0644
with_items:
- odcs
notify:
- reload apache
tags:
- ipsilon
- ipsilon/oidc_scopes
when: env == 'staging'
- name: Apply hotfix for taiga to get POST results
copy: src=openid_server.py