diff options
| author | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:30:19 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:30:19 +0000 |
| commit | 87503b8ed96813c259eb5b31afef1fc0cbdc7027 (patch) | |
| tree | 5613584670af70460f710bcf00bc61c5de87717e /roles/ipsilon/tasks | |
| parent | 7e80c0df769d08384cd81fa35e22c044ffe5c708 (diff) | |
| download | ansible-87503b8ed96813c259eb5b31afef1fc0cbdc7027.tar.gz ansible-87503b8ed96813c259eb5b31afef1fc0cbdc7027.tar.xz ansible-87503b8ed96813c259eb5b31afef1fc0cbdc7027.zip | |
OIDC scope for mbs in staging.
Diffstat (limited to 'roles/ipsilon/tasks')
| -rw-r--r-- | roles/ipsilon/tasks/main.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 4d77fb70a..651668076 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -36,6 +36,17 @@ - ipsilon - ipsilon/oidc_scopes +- name: Copy additional OpenID Connect scope registrations for staging + 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: + - mbs + when: env == 'staging' + tags: + - ipsilon + - ipsilon/oidc_scopes + - name: Apply hotfix for taiga to get POST results copy: src=openid_server.py dest=/usr/lib/python2.7/site-packages/openid/server/server.py |
