mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Update to cover stuff from tasks.py changes
This commit is contained in:
parent
02e18cf919
commit
72cd73ca71
@ -1,5 +1,4 @@
|
||||
# Python
|
||||
from asyncio.log import logger
|
||||
from collections import deque, OrderedDict
|
||||
from distutils.dir_util import copy_tree
|
||||
import errno
|
||||
@ -39,7 +38,6 @@ from awx.main.constants import ACTIVE_STATES
|
||||
from awx.main.dispatch.publish import task
|
||||
from awx.main.dispatch import get_local_queuename
|
||||
from awx.main.constants import PRIVILEGE_ESCALATION_METHODS, STANDARD_INVENTORY_UPDATE_ENV, MINIMAL_EVENTS, JOB_FOLDER_PREFIX
|
||||
from awx.main.utils.safe_yaml import safe_dump
|
||||
from awx.main.redact import UriCleaner
|
||||
from awx.main.models import (
|
||||
Instance,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user