Sfoglia il codice sorgente

Update version check to Ansible 2.4.1

Russell Teague 7 anni fa
parent
commit
099711f564
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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