ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

Modules of ovirt not available #174

Closed ClaudioSousa14 closed 1 year ago

ClaudioSousa14 commented 1 year ago

Please confirm the following

Bug Summary

The module of "ovirt", like "ovirt_auth" are not available anymore.

AWX Operator version

1.1.0

AWX version

21.9.0

Kubernetes platform

minikube

Kubernetes/Platform version

4.5.7

Modifications

no

Steps to reproduce

Use a template with a playbook that contains some "ovirt" modules, like "ovirt_auth".

Expected results

Template running with sucess.

Actual results

ERROR! couldn't resolve module/action 'ovirt_auth'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears to be in '/runner/project/ovirt/vm_create-BR.yml': line 8, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: pre_tasks:

Additional information

My yml is correct. It was working just fine.

Operator Logs

No response

fosterseth commented 1 year ago

this should now be fixed in awx-ee:latest

ClaudioSousa14 commented 1 year ago

this should now be fixed in awx-ee:latest

Sorry to boring you, but 2 weeks have passed and I'm still with the problem. Do you have sure that is fixed it? Thank you.