mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
First round of porting callbacks to work with Ansible-2.4.0
This commit is contained in:
committed by
Kevin Fenzi
parent
f700812fb2
commit
f17d9e3839
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user