Explorar o código

Fix version requirements

Vadim Rutkovsky %!s(int64=6) %!d(string=hai) anos
pai
achega
f9399e8ef8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/lib_utils/callback_plugins/aa_version_requirement.py

+ 1 - 1
roles/lib_utils/callback_plugins/aa_version_requirement.py

@@ -29,7 +29,7 @@ else:
 
 
 # Set to minimum required Ansible version
-REQUIRED_VERSION = '2.4.3.0'
+REQUIRED_VERSION = '2.6.0'
 DESCRIPTION = "Supported versions: %s or newer" % REQUIRED_VERSION