I made a string split filter for Ansible( https://github.com/timraasveld/ansible-string-split-filter/blob/master/split.py ) and would like to contribute it to the main project.
Because Ansible’s “Community Information” page told me to post here before making a pull request, here’s my plan:
- Add the split.py script under lib/ansible/plugins/filter (with the “This file is part of Ansible” header)
- Add a test
- Make a pull request
Is this a good plan of action, or did I miss something?
Thanks
Tim