mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
Add ansible command, fix import error in runner
This commit is contained in:
parent
0321afb1e3
commit
7de661dd2c
3 changed files with 58 additions and 0 deletions
|
@ -24,6 +24,7 @@ import json
|
|||
import traceback
|
||||
import paramiko # non-core dependency
|
||||
import ansible.constants as C
|
||||
import Queue
|
||||
|
||||
def _executor_hook(job_queue, result_queue):
|
||||
''' callback used by multiprocessing pool '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue