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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue