ansible-community / ansible.content_builder

A collection to scaffold Ansible plugins.
GNU General Public License v3.0
31 stars 27 forks source link

Fix variable names due to latest changes of ansible-lint #63

Closed alinabuzachis closed 1 year ago

alinabuzachis commented 1 year ago
SUMMARY

Fix variable names due to latest changes of ansible-lint

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
GomathiselviS commented 1 year ago

@NilashishC @justjais Since this PR touches the roles that are responsible for the generation of network modules, can you please review the changes?

alinabuzachis commented 1 year ago

There are a bunch of places where the variables have been renamed where they are being set, but not updated where they are being used. This breaks network module and generic plugin scaffolding.

I'll try to fix them one by one and push the updates to this PR.

That would be awesome! Thank you!

NilashishC commented 1 year ago

@alinabuzachis @GomathiselviS All green now! 🥳