Remove unnecessary conditional. Config handles this.
This commit is contained in:
parent
81aeb57e8b
commit
80a9b9476b
1 changed files with 0 additions and 12 deletions
|
@ -42,24 +42,12 @@
|
||||||
- mbs
|
- mbs
|
||||||
- beaker
|
- beaker
|
||||||
- waiverdb
|
- 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
|
- odcs
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
- ipsilon/oidc_scopes
|
- ipsilon/oidc_scopes
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
- name: Apply hotfix for taiga to get POST results
|
- name: Apply hotfix for taiga to get POST results
|
||||||
copy: src=openid_server.py
|
copy: src=openid_server.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue