mirror of https://github.com/ansible/ansible
Simplify pipelining logic for Windows ci_complete (#86734)
* Simplify pipelining logic for Windows ci_complete Has the Windows connection plugins override is_pipelining_enabled to return True rather than use the special connection plugin attributes. These attributes should be removed in the future but when is still dependent on when we can expect Ansible 2.19 is the minimum version supported in collections. * Make CI green Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> --------- Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> Co-authored-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/86740/head
parent
85f371fe5d
commit
ca8444f238
@ -0,0 +1,6 @@
|
||||
deprecated_features:
|
||||
- >-
|
||||
connection plugins - Added a soft deprecation on the connection attributes ``has_native_async`` and
|
||||
``always_pipeline_modules``. Connection plugins that wish to apply custom behaviour around pipelining should
|
||||
instead override the method ``is_pipelining_enabled(self, wrap_async=False)`` added in Ansible 2.19. For backwards
|
||||
compatibility no runtime deprecation warning is emitted but will be in the future.
|
||||
Loading…
Reference in new issue