mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Network *_config action plugin updates (#43838)
* Compatibility fixes for ${network_os}_config action plugins
This commit is contained in:
parent
ceb49bdf12
commit
35f625ee3b
15 changed files with 28 additions and 33 deletions
|
@ -39,7 +39,7 @@ class ActionModule(_ActionModule):
|
|||
try:
|
||||
self._handle_template()
|
||||
except ValueError as exc:
|
||||
return dict(failed=True, msg=exc.message)
|
||||
return dict(failed=True, msg=to_text(exc))
|
||||
|
||||
result = super(ActionModule, self).run(tmp, task_vars)
|
||||
del tmp # tmp no longer has any effect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue