mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-07 02:58:54 +00:00
Port the copy module over to the new "common module" logic.
This commit is contained in:
parent
d76c8c9c85
commit
d0f4358730
3 changed files with 60 additions and 93 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue