AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
[X] I understand that AWX is open source software provided for free and that I might not receive a timely response.
[X] I am NOT reporting a (potential) security vulnerability. (These should be emailed to security@ansible.com instead.)
Bug Summary
i have a project that gets correctly cloned (synced) and i am now trying to sync an inventory from a yaml file source within that project.
the path to the yaml file is something like inventories/blabla/inventory.yml
it used to work in the past, but now i get this error when syncing (job log):
Traceback (most recent call last):
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 500, in run
self.build_project_dir(self.instance, private_data_dir)
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 1634, in build_project_dir
self.sync_and_copy(source_project, private_data_dir, scm_branch=inventory_update.inventory_source.scm_branch)
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 791, in sync_and_copy
return self.sync_and_copy_without_lock(project, private_data_dir, scm_branch=scm_branch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 747, in sync_and_copy_without_lock
sync_task.run(local_project_sync.id)
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 94, in _wrapped
return f(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/signals.py", line 81, in _wrapped
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py", line 665, in run
raise AwxTaskError.TaskError(self.instance, rc)
Exception: project_update 390 (failed) encountered an error (rc=None), please see task stdout for details.
Please confirm the following
security@ansible.com
instead.)Bug Summary
i have a project that gets correctly cloned (synced) and i am now trying to sync an inventory from a yaml file source within that project.
the path to the yaml file is something like inventories/blabla/inventory.yml
it used to work in the past, but now i get this error when syncing (job log):
AWX version
24.3.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
no idea
Expected results
it should work, or at least give more log
Actual results
error above
Additional information
No response