Skip to content

Commit

Permalink
update import to reflect network ActionModule move into netcommon col…
Browse files Browse the repository at this point in the history
…lection
  • Loading branch information
stephenulmer committed Nov 21, 2020
1 parent 6ba4872 commit 45c3f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/onyx_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

from ansible.plugins.action.network import ActionModule as ActionNetworkModule
from ansible_collections.ansible.netcommon.plugins.action.network import ActionModule as ActionNetworkModule


class ActionModule(ActionNetworkModule):
Expand Down

1 comment on commit 45c3f9a

@betmah
Copy link

@betmah betmah commented on 45c3f9a Apr 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello team,
This change which is very useful is not published in https://galaxy.ansible.com/mellanox/onyx
Could you please update your code in ansible galaxy web site ?

Thanks a lot

Please sign in to comment.