You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema[meta]: {'name': 'Amazon Linux 2023'} is not valid under any of the given schemas
meta/main.yml:1 Returned errors will not include exact line numbers, but they will mention
the schema name being used as a tag, like ``schema[playbook]``,
``schema[tasks]``.
This rule is not skippable and stops further processing of the file.
If incorrect schema was picked, you might want to either:
* move the file to standard location, so its file is detected correctly.
* use ``kinds:`` option in linter config to help it pick correct file type.
Read documentation for instructions on how to ignore specific rule violations.
Rule Violation Summary
count tag profile rule associated tags
1 schema[meta] basic core
The text was updated successfully, but these errors were encountered:
Summary
Ansible-lint version 6.15.0 generates an error message if
Amazon Linux 2023
is specified as supported platform inmeta/main.yml
.Issue Type
Ansible and Ansible Lint details
ansible-lint 6.15.0, installed via pip
ansible-lint --version
STEPS TO REPRODUCE
Create a
meta/main.yml
file like following in a role:Desired Behavior
No warning or error message for platform "Amazon Linux 2023" from ansible-lint, because it's a supported platform (see Ansible Galaxy API https://galaxy.ansible.com/api/v1/platforms/?search=Amazon+Linux+2023).
Actual Behavior
The text was updated successfully, but these errors were encountered: