mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Moving ConnectionInformation -> PlayContext
Also making PlayContext a child class of the Playbook Base class, which gives it access to all of the FieldAttribute code to ensure field values are correctly typed after post_validation Fixes #11381
This commit is contained in:
parent
919aaa5c42
commit
e64989beb4
36 changed files with 477 additions and 459 deletions
|
@ -54,7 +54,7 @@ class CallbackBase:
|
|||
for warning in res['warnings']:
|
||||
self._display.warning(warning)
|
||||
|
||||
def set_connection_info(self, conn_info):
|
||||
def set_play_context(self, play_context):
|
||||
pass
|
||||
|
||||
def on_any(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue