Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible AWX cannot install module in a runtime EE #1989

Open
3 tasks done
AlexM566 opened this issue Oct 31, 2024 · 0 comments
Open
3 tasks done

Ansible AWX cannot install module in a runtime EE #1989

AlexM566 opened this issue Oct 31, 2024 · 0 comments

Comments

@AlexM566
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant