mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
AC-556 Renaming the inventory script to hopefully fix the import error.
This commit is contained in:
@@ -348,7 +348,7 @@ class RunJob(BaseTask):
|
||||
# the current user.
|
||||
ssh_username = ssh_username or 'root'
|
||||
inventory_script = self.get_path_to('..', 'plugins', 'inventory',
|
||||
'awx.py')
|
||||
'awxrest.py')
|
||||
args = ['ansible-playbook', '-i', inventory_script]
|
||||
if job.job_type == 'check':
|
||||
args.append('--check')
|
||||
|
||||
Reference in New Issue
Block a user