-
Notifications
You must be signed in to change notification settings - Fork 78
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
using regex for path split #368
base: main
Are you sure you want to change the base?
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 05s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 44s |
@eberna can you please add specific tests as well to validate the change? |
Integration or unit test? or both? |
I am fine with both or anything that would validate this particular change. |
6c34572
to
547abc0
Compare
for more information, see https://pre-commit.ci
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 13s |
done, I hope it's okay, in case let me know and I'll edit. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 30s |
SUMMARY
Fixes #349
ISSUE TYPE
COMPONENT NAME
ansible.utils.update_fact
ADDITIONAL INFORMATION
If a key in the path contains a square bracket the module does not separate the path correctly and if fails. This request changes the parser part to use regular expressions.
Hope this may help, thank you.