diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index 502dc75842..d5b2bcdcd3 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -468,7 +468,6 @@ def load_inventory_source(source, all_group=None, group_filter_re=None, ''' # Sanity check: We sanitize these module names for our API but Ansible proper doesn't follow # good naming conventions - print "SOURCE IS {}".format(source) source = source.replace('azure.py', 'windows_azure.py') logger.debug('Analyzing type of source: %s', source) original_all_group = all_group