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

[BUG] Typo in meta that make ansible-lint don't pass it #92

Closed
adrian-arapiles opened this issue May 24, 2022 · 1 comment
Closed

[BUG] Typo in meta that make ansible-lint don't pass it #92

adrian-arapiles opened this issue May 24, 2022 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@adrian-arapiles
Copy link
Contributor

Description

There is a typo in meta/main.yml that failed when lint with ansible-lint

Steps to Reproduce

  1. Create role with this repo

Expected behavior:
Lint output was ok.

Actual behavior:
meta/main.yml:1: schema: Additional properties are not allowed ('galaxy-tags' was unexpected) (schema[meta])

Reproduces how often:
100%

Additional Information

galaxy-tags must be replaced by galaxy_tags

[Any additional information, configuration or data that might be necessary to reproduce the issue.]

@adrian-arapiles adrian-arapiles added the bug Something isn't working label May 24, 2022
adrian-arapiles added a commit that referenced this issue May 26, 2022
…ame path because already pipenv exists.

Change travis.yml order of email notification as documentation explains.
Add first line `---` to ansible-lint file because it's a yml.
#92 Fix meta.yml lint warning from `galaxy-tags` to `galaxy_tags`.
@stale
Copy link

stale bot commented Sep 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Sep 17, 2022
adrian-arapiles added a commit that referenced this issue Sep 22, 2022
#92 Fix examples tags to achieve meta.yml galaxy_tags requisites.
@stale stale bot closed this as completed Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant