Hello

I just upgraded to ansible 2.0.0.0 and am having some backwards 
compatibility issues:

If I have a play like:

- hosts: uber
  user: ubuntu
  roles:
    - role: zuul
      name: uber 
      port: "{{ uber_zuul_port }}"
      workers:
        - localhost
      worker_port: "{{ uber_port }}"
    - uber

I keep getting:

fatal: [default]: FAILED! => {"failed": true, "msg": "ERROR! 'port' is 
undefined"}

in the role zuul.

This play works fine with ansible 1.9 Did something related to role 
parameterization get deprecated?

Thanks

--
-Ryan

-- 
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/c7744de6-30cf-4f45-8850-b2c8b0379e5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to