diff --git a/setup.py b/setup.py
index 2df076438f91fda31d25a26856b51e6e7b94e17c..11c786cc26899fa0c848ba2c830e10420014e5d7 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"],
 )