generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 142
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
openshift inventory fails with traceback #57
Comments
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 15, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
resolved_by_pr #59 |
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde
added
type/bug
Something isn't working
verified
The issue is reproduced
labels
Apr 16, 2021
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
* inventory plugin does not have module object so fail_json will not work. Use AnsibleError instead of ``fail_json`` Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde
added a commit
that referenced
this issue
Apr 19, 2021
PR merged. Closing this issue. |
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 19, 2021
Fixes: ansible-collections#57 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Openshift inventory from redhat.openshift and community.okd fails with following error -
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/common.py
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Collection version
STEPS TO REPRODUCE
ansible-inventory -i k8s.yml --list -vv
EXPECTED RESULTS
Inventory returns information about pods
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: