From ed8c4207ab562e5fc1fa0c8d3a34a98d63629513 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 23 Jul 2017 14:21:19 +0300 Subject: [PATCH] - Updated version of Ansible. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89e665f..206d99d 100644 --- a/setup.py +++ b/setup.py @@ -7,5 +7,5 @@ setup( author='Nimrod Adar', author_email='nimrod@shore.co.il', version=open('VERSION', 'r').read().strip(), - install_requires=['ansible==2.2.1.0'], + install_requires=['ansible==2.3.1.0'], ) -- GitLab