mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Let the callbacks see the playbook and (current) runner objects.
This commit is contained in:
@@ -157,6 +157,8 @@ class Runner(object):
|
||||
self.environment = environment
|
||||
self.complex_args = complex_args
|
||||
|
||||
self.callbacks.runner = self
|
||||
|
||||
# misc housekeeping
|
||||
if subset and self.inventory._subset is None:
|
||||
# don't override subset when passed from playbook
|
||||
|
||||
Reference in New Issue
Block a user