We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed an Ansible Role which consists of plugins and modules rather than role name.
The watches.yaml should be able to interpret modules and plugins as roles. Just the way Ansible does
role: xx was not found
Operator type:
Kubernetes cluster type:
$ operator-sdk version
v1.33.0
$ go version (if language is Go)
$ go version
go1.21.0
$ kubectl version
Client Version: v1.29.3 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.3
Go should not just interpret the following path as role ansible_collections/nameSpace/collection/roles/someRole. But also modules here https://github.com/solace-iot-team/ansible-solace-collection/tree/main/src/ansible_collections/solace/pubsub_plus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
What did you do?
I have installed an Ansible Role which consists of plugins and modules rather than role name.
What did you expect to see?
The watches.yaml should be able to interpret modules and plugins as roles. Just the way Ansible does
What did you see instead? Under which circumstances?
role: xx was not found
Environment
Operator type:
Kubernetes cluster type:
$ operator-sdk version
v1.33.0
$ go version
(if language is Go)go1.21.0
$ kubectl version
Client Version: v1.29.3
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.3
Possible Solution
Go should not just interpret the following path as role ansible_collections/nameSpace/collection/roles/someRole.
But also modules here https://github.com/solace-iot-team/ansible-solace-collection/tree/main/src/ansible_collections/solace/pubsub_plus
The text was updated successfully, but these errors were encountered: