mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix 'No module named network' net_template error (#20060)
This commit is contained in:
parent
54800ea47c
commit
cf7b1108ff
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import glob
|
|||
import urlparse
|
||||
|
||||
from ansible.module_utils._text import to_text
|
||||
from ansible.plugins.network import ActionModule as _ActionModule
|
||||
from ansible.plugins.action.network import ActionModule as _ActionModule
|
||||
|
||||
|
||||
class ActionModule(_ActionModule):
|
||||
|
|
Loading…
Reference in a new issue