From bd2a87de15daebf6ac08fb865103801acd8226fe Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 19 Sep 2017 11:53:44 +0300
Subject: [PATCH] - Use the Python 2.7 role to guarantee SNI support.

---
 tests/playbook.yml     | 1 +
 tests/requirements.yml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index 55444f3..508de40 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -19,4 +19,5 @@
 
 - hosts: all
   roles:
+    - role: python27
     - role: example
diff --git a/tests/requirements.yml b/tests/requirements.yml
index fccce75..7e87c80 100644
--- a/tests/requirements.yml
+++ b/tests/requirements.yml
@@ -5,3 +5,5 @@
   name: debian-bootstrap
 - src: adarnimrod.users
   name: users
+- src: adarnimrod.python27
+  name: python27
-- 
GitLab