mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
awxkit: allow to modify api base url (#14835)
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
This commit is contained in:
committed by
GitHub
parent
8a902debd5
commit
8c9c02c975
@@ -66,7 +66,7 @@ class YieldedRows(StringIO):
|
||||
def __init__(self, job_id, rows, created_stamp, modified_stamp, *args, **kwargs):
|
||||
self.rows = rows
|
||||
self.rowlist = []
|
||||
for (event, module) in itertools.product(EVENT_OPTIONS, MODULE_OPTIONS):
|
||||
for event, module in itertools.product(EVENT_OPTIONS, MODULE_OPTIONS):
|
||||
event_data_json = {"task_action": module, "name": "Do a {} thing".format(module), "task": "Do a {} thing".format(module)}
|
||||
row = (
|
||||
"\t".join(
|
||||
|
||||
Reference in New Issue
Block a user