mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Remove stray inventory source debug statement
This commit is contained in:
@@ -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
|
# Sanity check: We sanitize these module names for our API but Ansible proper doesn't follow
|
||||||
# good naming conventions
|
# good naming conventions
|
||||||
print "SOURCE IS {}".format(source)
|
|
||||||
source = source.replace('azure.py', 'windows_azure.py')
|
source = source.replace('azure.py', 'windows_azure.py')
|
||||||
logger.debug('Analyzing type of source: %s', source)
|
logger.debug('Analyzing type of source: %s', source)
|
||||||
original_all_group = all_group
|
original_all_group = all_group
|
||||||
|
|||||||
Reference in New Issue
Block a user