mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Default for class variable
This commit is contained in:
parent
b8eeb0f906
commit
3495d402c7
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ def _executor_hook(job_queue, result_queue):
|
||||||
|
|
||||||
class Runner(object):
|
class Runner(object):
|
||||||
|
|
||||||
|
_external_variable_script = None
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
host_list=C.DEFAULT_HOST_LIST,
|
host_list=C.DEFAULT_HOST_LIST,
|
||||||
module_path=C.DEFAULT_MODULE_PATH,
|
module_path=C.DEFAULT_MODULE_PATH,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue