From 80a9b9476b8a25154722dc42a4380810bdb456ce Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 21 Sep 2017 01:24:06 +0000 Subject: [PATCH] Remove unnecessary conditional. Config handles this. --- roles/ipsilon/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 458a129b7e..b82e0ab83c 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -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