First round of porting callbacks to work with Ansible-2.4.0

This commit is contained in:
Toshio くらとみ 2017-10-16 15:42:28 +00:00 committed by Kevin Fenzi
parent f700812fb2
commit f17d9e3839
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ class CallbackModule(CallbackBase):
pb_info['playbook'] = path
pb_info['userid'] = getlogin()
pb_info['extra_vars'] = play._variable_manager.extra_vars
pb_info['inventory'] = play._variable_manager._inventory.src()
pb_info['inventory'] = play._variable_manager._inventory._sources
pb_info['playbook_checksum'] = secure_hash(path)
pb_info['check'] = self.play_context.check_mode
pb_info['diff'] = self.play_context.diff