Given this YAML: somevar: > alpha: > beta: > gamma: > foo1: bar1 > foo2: bar2 > red: > green: > blue: > baz1: quz1 > baz2: quz2
I want to construct strings of the full key paths: somevar/alpha/beta/gamma > somevar/red/green/blue Thanks. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/789e9f46-0246-4f33-abd0-f7ca961b6363%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
