ansible-community/Test to import an Ansible collection with the Galaxy importer
This action tries to import a built Ansible collection artifact with the Ansible Galaxy importer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- GPL 3.0
Pinned Snippet
uses: ansible-community/github-action-test-galaxy-import@3f9c182395c6d18f53a5a48aa93b2b9ea7dd9208 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-path | Path to the collection's build artifact (tarball). | yes | — |
| python-version | The Python version to use. | — | 3.13 |
| ansible-core-version | The branch of tag name of ansible-core to install. This is assumed to exist in https://github.com/ansible/ansible. | — | stable-2.18 |
| collection-requirements-path | Path to a Galaxy requirements file. If present, these collections will be installed. | — | — |
| importer-config-path | Path to a Galaxy importer configuration file. See https://github.com/ansible/galaxy-importer#configuration for more information. | — | — |
Outputs
no outputs