mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
add pyflakes target & associated fixes. Also decided to save JSON to --tree file so it can
be better used programatically. May have to come up with another system of tree logging for playbook if playbook decides to have tree logging. Presumably not the highest priority.
This commit is contained in:
parent
3ad9db4966
commit
6541f338df
5 changed files with 9 additions and 7 deletions
|
@ -27,7 +27,6 @@ import fnmatch
|
|||
import multiprocessing
|
||||
import signal
|
||||
import os
|
||||
import traceback
|
||||
import ansible.constants as C
|
||||
import Queue
|
||||
import paramiko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue