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

Remove test module #266

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Remove test module #266

merged 2 commits into from
Aug 16, 2024

Conversation

Akasurde
Copy link
Member

  • removed test module upcase from the collection

Copy link
Member

@ssbarnea ssbarnea left a 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]>
@Akasurde Akasurde merged commit c08e7fc into ansible:main Aug 16, 2024
14 checks passed
@Akasurde Akasurde deleted the upcase_remove branch August 16, 2024 18:40
Akasurde added a commit to Akasurde/event-driven-ansible that referenced this pull request Aug 16, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants