mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Enable setting options for cliconf and other implementation plugins (if set to configurable) (#43368)
* Enable setting setting cliconf plugin options Fixes #43367 * Add support to set configuration options for implementation plugins (eg: cliconf) from `ansible-connection` * Fix CI failure
This commit is contained in:
parent
d03b9eddf6
commit
ea6ef3fae8
4 changed files with 17 additions and 1 deletions
|
@ -297,7 +297,6 @@ class Connection(NetworkConnectionBase):
|
|||
if self.cliconf:
|
||||
display.vvvv('loaded cliconf plugin for network_os %s' % self._network_os, host=host)
|
||||
self._implementation_plugins.append(self.cliconf)
|
||||
self.cliconf.set_options()
|
||||
else:
|
||||
display.vvvv('unable to load cliconf for network_os %s' % self._network_os)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue