From d54da72717aa0daf291856c47401295e5debbef8 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 6 Dec 2020 22:57:48 +0200
Subject: [PATCH] Require the latest Ansible version.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2df0764..11c786c 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.9.6"],
+    install_requires=["ansible==2.10.4"],
 )
-- 
GitLab