On Friday, April 17, 2015 at 2:12:52 AM UTC+2, Felix Wong wrote: > > Hi, > > is there a way to register a variable in one playbook and then use it > somewhere else in a different playbook? >
If you register that variable with set_fact you should be able to access it with hostvars[] -- 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/008b838b-a666-4618-964a-78ff580b2965%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
