mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
moved last utils.debug to display.debug
This commit is contained in:
parent
dd32ba406a
commit
005dc84aa7
6 changed files with 31 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue