Renaming per-item and retry callbacks

This commit is contained in:
James Cammarata 2016-03-18 15:15:59 -04:00
parent 959711b56e
commit 13f3cbaf3b
8 changed files with 21 additions and 21 deletions

View file

@ -329,7 +329,7 @@ class StrategyBase:
self._variable_manager.set_nonpersistent_facts(target_host, facts)
else:
self._variable_manager.set_host_facts(target_host, facts)
elif result[0].startswith('v2_playbook_item') or result[0] == 'v2_playbook_retry':
elif result[0].startswith('v2_runner_item') or result[0] == 'v2_runner_retry':
self._tqm.send_callback(result[0], result[1])
elif result[0] == 'v2_on_file_diff':
if self._diff: