|
|
@ -15,18 +15,6 @@
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
|
|
import os
|
|
|
|
|
|
|
|
import pwd
|
|
|
|
|
|
|
|
import random
|
|
|
|
|
|
|
|
import traceback
|
|
|
|
|
|
|
|
import tempfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import ansible.constants as C
|
|
|
|
|
|
|
|
from ansible import utils
|
|
|
|
|
|
|
|
from ansible import errors
|
|
|
|
|
|
|
|
from ansible import module_common
|
|
|
|
|
|
|
|
from ansible.runner.return_data import ReturnData
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ActionModule(object):
|
|
|
|
class ActionModule(object):
|
|
|
|
|
|
|
|
|
|
|
|
def __init__(self, runner):
|
|
|
|
def __init__(self, runner):
|
|
|
|