summaryrefslogtreecommitdiffstats
path: root/callback_plugins/openshift_quick_installer.py
Commit message (Collapse)AuthorAgeFilesLines
* 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