mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 08:51:48 -05:00
Differentiate between an expired license and a non-existant license
This commit is contained in:
@@ -1093,6 +1093,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
|
||||
# Pass inventory source ID to inventory script.
|
||||
env['INVENTORY_SOURCE_ID'] = str(inventory_update.inventory_source_id)
|
||||
env['INVENTORY_UPDATE_ID'] = str(inventory_update.pk)
|
||||
|
||||
# Set environment variables specific to each source.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user