You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.
Bug Summary
I try to execute a playbook to register some vms with satellite and I need a module for that. I have runtime Execution environment and in the tasks I created 1 tasks to install the dependency in the EE. I do not want an custom EE.
If I execute the job without the registration task the module is installing, when i include the registration task , the job is failing.
AWX Operator version
2.19
AWX version
22.x.x
Kubernetes platform
kubernetes
Kubernetes/Platform version
N/A
Modifications
no
Steps to reproduce
Create a job with 3 tasks:
include a folder collection/requirements.yml
create a playbook with 3 task( 1st one is to install the missing module from requirement.yml); (2nd: add the 2 task responsible for vms registration
Expected results
Ansible will install the missing module from the requirements and will run the left task.
Actual results
When the Job is executed ansible is jumping and saying the I have a missing module.
Additional information
When I run the job just with the installation of the missing module, that will install the module
Operator Logs
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
Bug Summary
I try to execute a playbook to register some vms with satellite and I need a module for that. I have runtime Execution environment and in the tasks I created 1 tasks to install the dependency in the EE. I do not want an custom EE.
If I execute the job without the registration task the module is installing, when i include the registration task , the job is failing.
AWX Operator version
2.19
AWX version
22.x.x
Kubernetes platform
kubernetes
Kubernetes/Platform version
N/A
Modifications
no
Steps to reproduce
Create a job with 3 tasks:
Expected results
Ansible will install the missing module from the requirements and will run the left task.
Actual results
When the Job is executed ansible is jumping and saying the I have a missing module.
Additional information
When I run the job just with the installation of the missing module, that will install the module
Operator Logs
No response
The text was updated successfully, but these errors were encountered: