mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
psuedo -> pseudo
This commit is contained in:
committed by
AlanCoding
parent
8ac8fb9016
commit
84a8559ea0
@@ -2235,7 +2235,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
getattr(settings, '%s_INSTANCE_ID_VAR' % src.upper()),])
|
||||
# Add arguments for the source inventory script
|
||||
args.append('--source')
|
||||
args.append(self.psuedo_build_inventory(inventory_update, private_data_dir))
|
||||
args.append(self.pseudo_build_inventory(inventory_update, private_data_dir))
|
||||
if src == 'custom':
|
||||
args.append("--custom")
|
||||
args.append('-v%d' % inventory_update.verbosity)
|
||||
@@ -2246,7 +2246,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
def build_inventory(self, inventory_update, private_data_dir):
|
||||
return None # what runner expects in order to not deal with inventory
|
||||
|
||||
def psuedo_build_inventory(self, inventory_update, private_data_dir):
|
||||
def pseudo_build_inventory(self, inventory_update, private_data_dir):
|
||||
"""Inventory imports are ran through a management command
|
||||
we pass the inventory in args to that command, so this is not considered
|
||||
to be "Ansible" inventory (by runner) even though it is
|
||||
|
||||
Reference in New Issue
Block a user