First round of porting callbacks to work with Ansible-2.4.0
This commit is contained in:
parent
f700812fb2
commit
f17d9e3839
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue