Hi, this scenario looks like the one I addressed in my pull request : https://github.com/ansible/ansible/pull/20849
Passing the 'xxxxx' value as an '--extra-var' value is an option, but still requires the value to be known upfront and hence will not solve your problem. That's why I created a module where a play can set an 'extra variable' with a runtime discovered value. Since the 'extra variable' is accessible thru all plays, this is a way to pass information between plays. The pull request is waiting on community review, so if you like, go ahead... Pieter. > > -- 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/5850b320-8006-492f-b82e-ed70cbb0caab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
