Staging and production now have the same version
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
11b5283f99
commit
76b451dbf6
1 changed files with 0 additions and 15 deletions
|
@ -18,21 +18,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: install needed packages (staging)
|
||||
yum: pkg={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- ipsilon
|
||||
- ipsilon-authfas
|
||||
- ipsilon-openid
|
||||
- ipsilon-openidc
|
||||
- ipsilon-saml2
|
||||
- ipsilon-persona
|
||||
- python-psycopg2
|
||||
- libsemanage-python
|
||||
tags:
|
||||
- packages
|
||||
when: env == "staging"
|
||||
|
||||
- name: Copy OpenID API extension
|
||||
copy: src=api.py
|
||||
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openid/extensions/api.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue