mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
moved last utils.debug to display.debug
This commit is contained in:
@@ -7,7 +7,10 @@ from multiprocessing import Process, Manager, Pipe, RLock
|
||||
|
||||
from ansible.playbook.play import Play
|
||||
from ansible.playbook.task import Task
|
||||
from ansible.utils.debug import debug
|
||||
|
||||
from ansible.utils.display import Display
|
||||
display = Display()
|
||||
debug = display.debug
|
||||
|
||||
NUM_WORKERS = 50
|
||||
NUM_HOSTS = 2500
|
||||
|
||||
@@ -16,7 +16,9 @@ from ansible.executor.task_result import TaskResult
|
||||
from ansible.parsing.dataloader import DataLoader
|
||||
from ansible.vars import VariableManager
|
||||
|
||||
from ansible.utils.debug import debug
|
||||
from ansible.utils.display import Display
|
||||
display = Display()
|
||||
debug = display.debug
|
||||
|
||||
NUM_WORKERS = 20
|
||||
NUM_HOSTS = 1778
|
||||
|
||||
Reference in New Issue
Block a user