mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Remove comment
This commit is contained in:
@@ -2464,7 +2464,6 @@ class RunInventoryUpdate(BaseTask):
|
|||||||
os.chmod(inventory_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
|
os.chmod(inventory_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
|
||||||
|
|
||||||
rel_path = os.path.join('inventory', injector.filename)
|
rel_path = os.path.join('inventory', injector.filename)
|
||||||
# rel_path = injector.filename
|
|
||||||
elif src == 'scm':
|
elif src == 'scm':
|
||||||
rel_path = os.path.join('project', inventory_update.source_path)
|
rel_path = os.path.join('project', inventory_update.source_path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user