kwoodson / ansible-role-yedit

Ansible Role for Yaml editing
164 stars 62 forks source link

rename module to make it easily discoverable #63

Open ssbarnea opened 5 years ago

ssbarnea commented 5 years ago

Bases on an IRC discussion we had on #ansible-devel it was suggested to rename the module to make it easy for users to use it, especially as we aim to make it an ansible core module.

Proposals so far:

Someone noted that JSON support could be wanted in the future and that the module could do both. Still, I think that this is outside the current scope and even if we endup implementing that we could create a module alias that does that for json, so we can reuse the codebase.

Please comment with your suggestions/votes.

dr4Ke commented 5 years ago

yaml_file seems right.

ssbarnea commented 5 years ago

This should also become an ansible collection, making much easier for others to use it.