mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix 'No module named network' net_template error (#20060)
This commit is contained in:
committed by
Peter Sprygada
parent
54800ea47c
commit
cf7b1108ff
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user