To explaloate (this has been answered several times before), imagine you are managing 500 hosts and an the inventory variable is different on each one? There's no way to show a good task header in that case.
The best course of action is to name each task and don't have variables in the task name, so it prints out a nice description. On Fri, May 9, 2014 at 3:11 PM, Michael DeHaan <[email protected]> wrote: > What Brian said. This is not a bug. > > > > > On Fri, May 9, 2014 at 2:04 PM, Brian Coca <[email protected]> wrote: > >> you can interpolate variables, just not from every scope, only ones that >> maintain value across hosts (extra, vars, vars_files, vars_prompts, etc) >> but not inventory vars. >> >> -- >> 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/CADn%2BHszFbX89YyX5wY3S4FEGZvUp9TXhNQEaLVraYZ6y6Sfm4Q%40mail.gmail.com<https://groups.google.com/d/msgid/ansible-project/CADn%2BHszFbX89YyX5wY3S4FEGZvUp9TXhNQEaLVraYZ6y6Sfm4Q%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/CA%2BnsWgxZ5pr_NrzK%3DLtNSpkptzRC%3DP3-6BWBpQJD7UmV4Nu4sg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
