mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
AC-982 Disable activity stream for inventory import by default.
This commit is contained in:
@@ -338,7 +338,7 @@ EC2_REGIONS_BLACKLIST = [
|
||||
|
||||
# Defaults for enabling/disabling activity stream.
|
||||
ACTIVITY_STREAM_ENABLED = True
|
||||
ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = True
|
||||
ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False
|
||||
|
||||
# Internal API URL for use by inventory scripts and callback plugin.
|
||||
if 'devserver' in INSTALLED_APPS:
|
||||
|
||||
Reference in New Issue
Block a user