Skip to content

fix(taxonomy): add fallback for unmapped infra_bucket values - #772

Merged
SirGitsalot merged 1 commit into
ansible-collections:masterfrom
stevefulme1:fix/taxonomy-infra-bucket-fallback
Jul 29, 2026
Merged

fix(taxonomy): add fallback for unmapped infra_bucket values#772
SirGitsalot merged 1 commit into
ansible-collections:masterfrom
stevefulme1:fix/taxonomy-infra-bucket-fallback

Conversation

@stevefulme1

Copy link
Copy Markdown
Contributor

Summary

  • Add // "unknown" fallback to infra_bucket in taxonomy.jq so unmapped modules produce a searchable value instead of null
  • Matches the existing fallback pattern used by device_type on the adjacent line

Addresses review feedback from @p3ck on #771.

Modules not present in the action lookup table produced null
infra_bucket values instead of a searchable fallback. Apply the
same // fallback pattern used by device_type so NRT consumers
can filter on 'unknown' to identify missing mappings.

Addresses review feedback from ansible-collections#771.
@sonarqubecloud

Copy link
Copy Markdown

@SirGitsalot
SirGitsalot merged commit 5eb1e1e into ansible-collections:master Jul 29, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants