if ret == 0:
        return True, "Command %s executed" % args
    else:
        return True, "Command %s not executed" % args