Explorar o código

Update version check to Ansible 2.4.1

Russell Teague %!s(int64=7) %!d(string=hai) anos
pai
achega
099711f564
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      callback_plugins/aa_version_requirement.py

+ 1 - 1
callback_plugins/aa_version_requirement.py

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