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
…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`.
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.
Description
There is a typo in meta/main.yml that failed when lint with ansible-lint
Steps to Reproduce
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 bygalaxy_tags
[Any additional information, configuration or data that might be necessary to reproduce the issue.]
The text was updated successfully, but these errors were encountered: