summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/filter_plugins/openshift_master.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master_facts/filter_plugins/openshift_master.py')
-rw-r--r--roles/openshift_master_facts/filter_plugins/openshift_master.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_master_facts/filter_plugins/openshift_master.py b/roles/openshift_master_facts/filter_plugins/openshift_master.py
index 65f85066e..cf91515c7 100644
--- a/roles/openshift_master_facts/filter_plugins/openshift_master.py
+++ b/roles/openshift_master_facts/filter_plugins/openshift_master.py
@@ -468,7 +468,8 @@ class GitHubIdentityProvider(IdentityProviderOauthBase):
"""
def __init__(self, api_version, idp):
IdentityProviderOauthBase.__init__(self, api_version, idp)
- self._optional += [['organizations']]
+ self._optional += [['organizations'],
+ ['teams']]
class FilterModule(object):