fix: resolve Galaxy validation errors in argument_specs#28
Merged
sbaerlocher merged 1 commit intomainfrom Jan 17, 2026
Merged
Conversation
K3s Role: - Remove invalid 'no_log' field from argument_specs.yml - The 'no_log' parameter is not supported in argument_specs schema - Sensitive data protection should be handled in tasks, not in specs - Fixes 3 validation errors for k3s_token in main, agent, and server_join entry points Fleet Role: - Replace YAML anchor references with explicit descriptions in entry_points - Galaxy validation requires top-level description fields - Fixes 10 validation errors for bundles, clusters, gitrepos, workspaces, and registration_tokens These changes allow both roles to be properly indexed and documented on Ansible Galaxy.
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
Fixes Galaxy validation errors in K3s and Fleet roles that prevented proper indexing on Ansible Galaxy.
K3s Role - 3 Validation Errors Fixed
Issue:
Fix:
no_logfield fromargument_specs.ymlno_logparameter is not supported in the argument_specs schemano_log: trueon task level, not in specsFleet Role - 10 Validation Errors Fixed
Issue:
(And similar errors for clusters, gitrepos, workspaces, registration_tokens)
Fix:
<<: *anchor) with explicit descriptions in entry_pointsdescriptionfieldstype,elements, anddefaultvalues for allfleet_*variablesImpact
These changes allow both roles to be:
Test Plan
no_logfields from k3s argument_specs🤖 Generated with Claude Code