mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -07:00
funcd connection plugin is now usable/loadable (#2235)
* funcd connection plugin is now usable/loadable * Update changelogs/fragments/allow_funcd_to_load.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f97d5ca701
commit
f4858d64f4
2 changed files with 4 additions and 1 deletions
|
@ -37,12 +37,13 @@ import tempfile
|
|||
import shutil
|
||||
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.connection import ConnectionBase
|
||||
from ansible.utils.display import Display
|
||||
|
||||
display = Display()
|
||||
|
||||
|
||||
class Connection(object):
|
||||
class Connection(ConnectionBase):
|
||||
''' Func-based connections '''
|
||||
|
||||
has_pipelining = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue