mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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.
|
# Defaults for enabling/disabling activity stream.
|
||||||
ACTIVITY_STREAM_ENABLED = True
|
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.
|
# Internal API URL for use by inventory scripts and callback plugin.
|
||||||
if 'devserver' in INSTALLED_APPS:
|
if 'devserver' in INSTALLED_APPS:
|
||||||
|
|||||||
Reference in New Issue
Block a user