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 version in the execution environment is generating warnings #428

Closed
AndreasDavour opened this issue Jun 24, 2021 · 2 comments
Closed

Comments

@AndreasDavour
Copy link

ISSUE TYPE
  • Bug Report
SUMMARY

The ansible version in the execution environment is sprouting warnings, as it is a development version. I expected it to be the latest release, at the most. Maybe this could be configurable?

This is how it looks like when running jobs in AWX:

[WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel" if you are modifying the Ansible engine, or trying out features under development. This is a rapidly changing source of code and can become unstable at any point.

ENVIRONMENT
  • AWX version: 19.2.1
  • Operator version: 0.11.0
  • AWX install method: operator installation on rancher
STEPS TO REPRODUCE

Spin up a rancher cluster.
Download 0.11.0 release of the operator -> kubectl apply
Create yaml with an instance of the Kind: AWX and apply it -> kubectl apply
Login to AWX instance and run a job.

EXPECTED RESULTS

An Ad hoc job with the command module running 'hostname' should print the hostname

ACTUAL RESULTS

An Ad hoc job with the command module running 'hostname' print the hostname and you also get the warning.

[WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel" if you are modifying the Ansible engine, or trying out features under development. This is a rapidly changing source of code and can become unstable at any point.

SSH password:

192.168.1.35 | CHANGED | rc=0 >>

ADDITIONAL INFORMATION

If execing into the container running the execution environment I find this ansible version installed:
ansible [core 2.12.0.dev0]

AWX-OPERATOR LOGS

Where do I find those?

@wenottingham
Copy link

This is an issue with how the execution environment is built. Can you file this against https://github.com/ansible/awx-ee? It would need to pull a particular ansible-runner image to change this.

@AndreasDavour
Copy link
Author

There is already one that's soon a month old, unassigned and not commented upon.

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

No branches or pull requests

2 participants