Hello. 

I don't now why but I have strange situation:

- name: install and configure consul
  hosts: hostname
  roles:

it doesn't work:
    - role: nomad
      vars:
        nomad_version: 0.8.7
        nomad_datacenter: "lc"
        nomad_consul_address: "localhost:8500"
        nomad_advertise_addr: "ip"

it works:
    - { role: nomad, nomad_version: 0.8.7, nomad_datacenter: "lc", 
nomad_consul_address: "localhost:8500", nomad_advertise_addr: "ip" }

Can you explain why ?

-- 
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/f3cb75a0-214f-4fc8-a43b-a3c065d203ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to