diff --git a/inventory_provider/tasks/config.py b/inventory_provider/tasks/config.py index 694c6e61d02b51865626de922dd7ad4ee557d64f..bcca3f85fc14a0c71a65f830ab7661963eb6deb7 100644 --- a/inventory_provider/tasks/config.py +++ b/inventory_provider/tasks/config.py @@ -43,7 +43,7 @@ if ':' in _broker_hostname: broker_url = result_backend = (f'{_broker_scheme}://{_broker_hostname}' f':{_broker_port}/{_broker_db_index}') - logger.debug('broker_url: %r' % broker_url) task_eager_propagates = True +task_track_started = True