From c6b5a852fbb7159db2a883465c847ab9c0781f09 Mon Sep 17 00:00:00 2001 From: markramach Date: Tue, 17 Jan 2017 10:24:16 -0600 Subject: [PATCH] incorrect api endpoint --- clc_ansible_module/clc_meta.py | 2 +- clc_ansible_module/clc_meta_fact.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clc_ansible_module/clc_meta.py b/clc_ansible_module/clc_meta.py index 38be707..42b90f5 100644 --- a/clc_ansible_module/clc_meta.py +++ b/clc_ansible_module/clc_meta.py @@ -31,7 +31,7 @@ def _set_clc_credentials_from_env(self): v2_api_passwd = env.get('CLC_V2_API_PASSWD', False) clc_alias = env.get('CLC_ACCT_ALIAS', False) self.api_url = env.get('CLC_V2_API_URL', 'https://api.ctl.io') - self.meta_api_url = env.get('META_API_URL', 'https://api.runner.io') + self.meta_api_url = env.get('META_API_URL', 'https://api.runner.ctl.io') if v2_api_token and clc_alias: diff --git a/clc_ansible_module/clc_meta_fact.py b/clc_ansible_module/clc_meta_fact.py index 0284c1f..ead083d 100644 --- a/clc_ansible_module/clc_meta_fact.py +++ b/clc_ansible_module/clc_meta_fact.py @@ -31,7 +31,7 @@ def _set_clc_credentials_from_env(self): v2_api_passwd = env.get('CLC_V2_API_PASSWD', False) clc_alias = env.get('CLC_ACCT_ALIAS', False) self.api_url = env.get('CLC_V2_API_URL', 'https://api.ctl.io') - self.meta_api_url = env.get('META_API_URL', 'https://api.runner.io') + self.meta_api_url = env.get('META_API_URL', 'https://api.runner.ctl.io') if v2_api_token and clc_alias: