mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Junos provider readd (#21869)
* Restore `provider` to junos_* Fixes #21824 Fixes #21824 Fixes #21827 * Fix `confirm_timeout` related errors * Fix glaring issues with _junos_template
This commit is contained in:
parent
85fc930066
commit
d9d2e6deb6
5 changed files with 32 additions and 17 deletions
|
@ -45,7 +45,7 @@ class ActionModule(_ActionModule):
|
|||
|
||||
if self._play_context.connection != 'local':
|
||||
return dict(
|
||||
fail=True,
|
||||
failed=True,
|
||||
msg='invalid connection specified, expected connection=local, '
|
||||
'got %s' % self._play_context.connection
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue