Remove ascender_collection (moved to ctrliq/ascender-collection) - #517
Merged
Conversation
The Ansible collection has been moved to its own repository at https://github.com/ctrliq/ascender-collection. Remove the in-tree copy and all references: Makefile collection targets/variables, black/flake8 config, .gitignore entries, CI workflow, PR template, and docs.
cigamit
approved these changes
Jun 25, 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
The Ansible collection (
ctrliq.ascender) has been moved to its own repositoryat https://github.com/ctrliq/ascender-collection. This PR removes the in-tree
copy and decouples all references from the rest of the codebase.
Deleted:
ascender_collection/directory (176 files — plugins, tests, changelogs, tools)Cleaned up references in:
Makefile— removed allCOLLECTION_*variables and targets (test_collection,symlink_collection,build_collection,install_collection,test_collection_sanity,test_collection_integration); removedascender_collectionfrom theblacktargetpyproject.toml— removedextend-exclude = "ascender_collection"from black configtox.ini— removedascender_collectionfrom flake8 command andascender_collection_buildfrom flake8 exclude list.gitignore— removed collection-related ignore entries.github/copilot-instructions.md— removed collection from directory table and lint command examples.github/workflows/promote.yml— removed commented-out collection build/publish job.github/PULL_REQUEST_TEMPLATE.md— removed "Collection" from component listISSUE TYPE
COMPONENT NAME
ASCENDER VERSION
N/A
ADDITIONAL INFORMATION
The
('ascender', 'awx.awx.controller')entry intest_inventory.pywas intentionallyleft alone — it tests the inventory source plugin FQCN mapping, which is a runtime
dependency on the installed collection, not a reference to the local directory.