Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix role argument spec error for invalid suboptions #76578

Merged
merged 4 commits into from Jan 9, 2023

Conversation

s-hertel
Copy link
Contributor

SUMMARY

Fixes #75536

Stash the legal parameters while recursively finding any unsupported parameters

ISSUE TYPE
  • Bugfix Pull Request

@ansibot ansibot added affects_2.13 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Dec 17, 2021
@jborean93 jborean93 removed the needs_triage Needs a first human triage before being processed. label Jan 6, 2022
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Mar 2, 2022
@s-hertel
Copy link
Contributor Author

s-hertel commented Jun 8, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jun 8, 2022
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jun 16, 2022
@s-hertel s-hertel added the arg_spec Related to argument spec parsing or validation label Aug 17, 2022
@s-hertel
Copy link
Contributor Author

s-hertel commented Oct 7, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Oct 7, 2022
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Oct 15, 2022
@s-hertel
Copy link
Contributor Author

s-hertel commented Jan 9, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jan 9, 2023
@s-hertel s-hertel merged commit b5b239f into ansible:devel Jan 9, 2023
felixfontein pushed a commit to felixfontein/ansible that referenced this pull request Jan 14, 2023
felixfontein pushed a commit to felixfontein/ansible that referenced this pull request Jan 14, 2023
@ansible ansible locked and limited conversation to collaborators Jan 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.13 arg_spec Related to argument spec parsing or validation bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argspec validation missing_required_arguments error suggests wrong "supported parameters"
3 participants