A small improvement to allow an environment variable override of ignored file extensions conforming with ansible's inventory conventions.
Thanks to @cevich for the idea!
This code is very hard to read. I suggest reformatting it, even if we have to make it less fancy.
I'd also note that the bool() is likely not needed
bool()
1 new commit added
LGTM
I have tested this with the sed tests (which fail in a containter) ... but the merge-inventory-script works for that case.
Pull-Request has been merged by stefw
A small improvement to allow an environment variable override of ignored file extensions conforming with ansible's inventory conventions.
Thanks to @cevich for the idea!