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

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