Skip to content
Snippets Groups Projects

update cookiecutter.json to lower min_ansible_version to tox tested 2.2.2

Merged Christopher A. Snapp requested to merge snappca/tox into master
Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,5 +4,5 @@
"description": "your description",
"company": "VT",
"license": ["BSD", "MIT", "GPLv2", "GPLv3", "Apache", "CC-BY"],
"min_ansible_version": "2.3.2"
"min_ansible_version": "2.2.2"
}