From 5c7196d6989a4d4d2ec76465e894acbe678ac964 Mon Sep 17 00:00:00 2001 From: jwcolbert Date: Wed, 18 Jan 2017 13:19:07 -0600 Subject: [PATCH] removed ansible version requirement --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 83ba756..9d6d755 100644 --- a/setup.py +++ b/setup.py @@ -22,14 +22,14 @@ setup( name='clc-ansible-module', - version='1.1.18', + version='1.1.19', description='Centurylink Cloud Ansible Modules', author='CenturyLink Cloud', author_email='WFAAS-LLFT@centurylink.com', url='https://github.com/CenturylinkCloud/clc-ansible-module', download_url='https://github.com/CenturylinkCloud/clc-ansible-module.git', install_requires=[ - 'ansible==2.0.2.0', + 'ansible', 'clc-sdk==2.44', 'future', 'mock',