mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Let the callbacks see the playbook and (current) runner objects.
This commit is contained in:
parent
b0a64973b6
commit
0d11f53eff
2 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,9 @@ class PlayBook(object):
|
|||
self.private_key_file = private_key_file
|
||||
self.only_tags = only_tags
|
||||
|
||||
self.callbacks.playbook = self
|
||||
self.runner_callbacks.playbook = self
|
||||
|
||||
if inventory is None:
|
||||
self.inventory = ansible.inventory.Inventory(host_list)
|
||||
self.inventory.subset(subset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue