mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Just use the plain GPLv3.
This commit is contained in:
@@ -40,6 +40,7 @@ def run_launch_job(launch_job_status_pk):
|
||||
'management', 'commands',
|
||||
'acom_callback_event.py'))
|
||||
env = dict(os.environ.items())
|
||||
# question: when running over CLI, generate a random ID or grab next, etc?
|
||||
env['ACOM_LAUNCH_JOB_STATUS_ID'] = str(launch_job_status.pk)
|
||||
env['ACOM_INVENTORY_ID'] = str(launch_job.inventory.pk)
|
||||
env['ANSIBLE_CALLBACK_PLUGINS'] = plugin_dir
|
||||
|
||||
Reference in New Issue
Block a user