| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-12 | Fix missing play assignment in a-o-i callback plugin | Tim Bielawa | |
| 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. | |||
| 2016-09-29 | Add messages to let the user know if some plays were skipped, but it's ok. ↵ | Tim Bielawa | |
| Also, remove the final 'press a key to continue' prompt. | |||
| 2016-09-29 | 'fix' unittests by removing the users ability to specify an ansible config | Tim Bielawa | |
| 2016-09-29 | Copy and paste more methods | Tim Bielawa | |
| 2016-09-29 | Silence/dot-print more actions in the callback | Tim Bielawa | |
| 2016-09-29 | Fix conflicts in spec file | Tim Bielawa | |
