Remove tools/ directory#204
Merged
Merged
Conversation
The tools/ folder contained developer utility playbooks inherited from the AWX project (module scaffolding, namespace-stamping builds, and an integration test wrapper). None of these are needed: new modules are written by hand following existing ones, the release workflow already uses ansible-galaxy collection build directly, and integration tests run via ansible-test. Also removed stale build_ignore entries for tools/, galaxy.yml.j2, and template_galaxy.yml.
cigamit
approved these changes
Jul 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tools/directory containing developer utility playbooks inherited from the AWX project (module scaffolding, namespace-stamping builds, and an integration test wrapper). None of these are needed: new modules are written by hand, the release workflow already usesansible-galaxy collection builddirectly, and integration tests run viaansible-test.build_ignoreentries ingalaxy.ymlfortools/,galaxy.yml.j2, andtemplate_galaxy.yml.Test plan
ansible-galaxy collection buildsucceeds without the removedbuild_ignoreentries