-
Notifications
You must be signed in to change notification settings - Fork 75
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
enhancement: add fqcn to cookicutter files of ec2, containers and docker #168
enhancement: add fqcn to cookicutter files of ec2, containers and docker #168
Conversation
How can the failed tox / lint be fixed? this test also failes with the same messages without my changes. |
Sorry, I failed to find some time to look at these lint issues. I'll try to find some free time today / this week as it would be nice to get a new version of the plugins out at worse next week [ in order to get a version with fixed/working vagrant plugin ]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: I won't comment the use of community.aws vs amazon.aws since I'm not aws user. I've no idea which collection is the right one to use.
If you rebase the lint errors should be gone. Nevertheless, this PR needs some extra work:
- Remove the corresponding lines in .ansible-lint-ignore (fqcn errors for test/roles/dockerplugin/, test/roles/ec2plugin, test/roles/containersplugin/)
- Then check if some new fqcn related errors all gone
- fix the requirement.yml to use amazon.aws
- check that the doc is mentioning the actually used collection (community.aws vs amazon.aws).
For reference, my comment about the community.aws vs amazon.aws was related to #162 |
…ents.yml for using amazon.aws and changed in README
@apatard Thanks for your fix and the hints. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and for fixing the few comments I had.
No description provided.