mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Update rax inventory script from Ansible.
This commit is contained in:
@@ -810,7 +810,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
ec2_path = self.get_path_to('..', 'plugins', 'inventory', 'ec2.py')
|
||||
args.append(ec2_path)
|
||||
elif inventory_source.source == 'rackspace':
|
||||
rax_path = self.get_path_to('..', 'plugins', 'inventory', 'rax2.py')
|
||||
rax_path = self.get_path_to('..', 'plugins', 'inventory', 'rax.py')
|
||||
args.append(rax_path)
|
||||
elif inventory_source.source == 'file':
|
||||
args.append(inventory_source.source_path)
|
||||
|
||||
Reference in New Issue
Block a user