mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23: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
|
||||
|
||||
Reference in New Issue
Block a user