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 typo & Fix app_id requirement and default #124

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

StevenH1901
Copy link

Per the section_module docs (and all other modules), app_id is not a required parameter and should default to 'ansible'.

When running version 1.7.0, I receive an error saying that 'app_id' is a required parameter. This error may be present in previous versions, but I have not verified.

Fixes #123

@cmeissner cmeissner self-requested a review January 11, 2025 10:16
Copy link
Member

@cmeissner cmeissner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI @StevenH1901,

Thank you for opening this PR, Some things need to be in place before we can merge it.

  1. combine all fix type commits to a single commit
  2. add a test for checking the behavior of the app_id parameter, ideally for all common parameters
  3. extend the section test to check the list_order parameter.

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.

app_id is a required parameter despite documentation saying otherwise
2 participants