Except this fails to work even with global vars on 1.8.4 (but used to print 
the value with 1.7.x).

    ---
    - hosts: 127.0.0.1
      gather_facts: no
      vars:
        vhost: "foo"
      tasks:
        - name: create a virtual host file for {{ vhost }}
          debug: msg="{{ vhost }}"

Why would that be the case?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/865d3913-1321-4bac-9e5b-83be046936b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to