1
0
Fork 0
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:
Michael DeHaan 2012-07-21 17:07:42 -04:00
parent d76c8c9c85
commit d0f4358730
3 changed files with 60 additions and 93 deletions

View file

@ -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