mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
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