summaryrefslogtreecommitdiffstats
path: root/callback_plugins/openshift_quick_installer.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the failure methods and add required variables/functionsTim Bielawa2017-03-201-3/+29
|
* Import the default ansible output callback on_failed methodsTim Bielawa2017-03-201-0/+57
|
* Change wording in the quick installer callback pluginTim Bielawa2017-01-051-3/+4
| | | | | | * Old wording only considered skipped plays (reducing the play count) * New wording accounts for dynamically included plays (increasing the play count)
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-19/+2
| | | | versions
* Fix missing play assignment in a-o-i callback pluginTim Bielawa2016-10-121-1/+3
| | | | | | | | If a task fails in the quick installer it calls the `v2_runner_on_failed` method in the callback plugin. I missed setting `self._play` in the first iteration of the callback plugin, which it turns out is critical for the `on_failed` method to work. This fixes that by adding back in the assignment in the `play_start` method.
* Add messages to let the user know if some plays were skipped, but it's ok. ↵Tim Bielawa2016-09-291-0/+40
| | | | Also, remove the final 'press a key to continue' prompt.
* 'fix' unittests by removing the users ability to specify an ansible configTim Bielawa2016-09-291-14/+23
|
* Copy and paste more methodsTim Bielawa2016-09-291-7/+93
|
* Silence/dot-print more actions in the callbackTim Bielawa2016-09-291-5/+46
|
* Fix conflicts in spec fileTim Bielawa2016-09-291-0/+115