-
Notifications
You must be signed in to change notification settings - Fork 113
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
Remove test module #266
Remove test module #266
Conversation
Akasurde
commented
Aug 16, 2024
- removed test module upcase from the collection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grepping throu code showed me:
$ rg upcase
changelogs/.plugin-cache.yaml:54:5: upcase:
changelogs/.plugin-cache.yaml:56:13: name: upcase
plugins/modules/upcase.py:22:9:module: upcase
plugins/modules/upcase.py:32:53: description: This is the string sent to the upcase module.
plugins/modules/upcase.py:42:15: ansible.eda.upcase:
plugins/modules/upcase.py:47:15: ansible.eda.upcase:
plugins/modules/upcase.py:53:46: description: The result message that the upcase module generates.
roles/test_role/README.md:4:28:This role calls the module upcase
roles/test_role/tasks/main.yml:3:25:- name: Call the module upcase
roles/test_role/tasks/main.yml:4:15: ansible.eda.upcase:
roles/test_role/tasks/main.yml:6:13: register: upcase_test
Let's remove it for good!
* removed test module upcase from the collection Signed-off-by: Abhijeet Kasurde <[email protected]>
cb74d90
to
89410dc
Compare
* removed test module upcase from the collection Signed-off-by: Abhijeet Kasurde <[email protected]> Co-authored-by: Sorin Sbarnea <[email protected]> Signed-off-by: Abhijeet Kasurde <[email protected]>