Is there any simple expression/filter magic that would allow me to convert a path string to a list of all the contained paths.
So: "a/b/c/d" would become: [ "a", "a/b" , "a/b/c" , "a/b/c/d" ] -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/cc4a64d8-87da-4bf7-8a91-16618f349270n%40googlegroups.com.
