summaryrefslogtreecommitdiffstats
path: root/callback_plugins/aa_version_requirement.py
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-60/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Update version check to Ansible 2.4.1Russell Teague2017-12-141-1/+1
|
* Start requiring Ansible 2.4Russell Teague2017-11-091-1/+1
|
* Bump ansible requirement to 2.3Scott Dodson2017-09-051-1/+1
|
* Bump ansible rpm dependency to 2.2.2.0Scott Dodson2017-04-251-18/+2
| | | | Remove check for unpatched 2.2.1.0
* Add logic to verify patched version of AnsibleRussell Teague2017-02-021-4/+9
| | | | | A patched version of Ansible is being made available, which should not cause a failure on version checking.
* Fail on Ansible version 2.2.1.0Russell Teague2017-01-311-1/+12
| | | | | Due to issues with Ansible 2.2.1.0, the version verification has been updated to fail when attempting to use that version.
* Resolved lint issuesRussell Teague2016-12-091-0/+60