mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Port the copy module over to the new "common module" logic.
This commit is contained in:
@@ -30,8 +30,8 @@ import sys
|
||||
import os
|
||||
import subprocess
|
||||
import traceback
|
||||
from ansible import utils
|
||||
from ansible import module_common
|
||||
import ansible.utils as utils
|
||||
import ansible.module_common as module_common
|
||||
|
||||
try:
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user