So, I'm testing on the latest devel (up to date as of right now). If I omit 
the "name" prop I get the error "ERROR! 'name' is a required field."

Playbook:
---
- name: Do stuff to stuff
  hosts: localhost
  tasks:
    - name: set fact
      set_fact:
        thing: otherstuff
    - name: myrole
      include_role:
        _role_name: myrole
      vars:
        thing: "asdf"
    - name: myrole
      with_items:
        - "aone"
        - "atwo"
      include_role:
        _role_name: myrole
      vars:
        thing: "{{ item }}"

On Tuesday, October 4, 2016 at 8:03:20 AM UTC+2, Trond Hindenes wrote:
>
> Sweet! Will retest

-- 
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/599c46e1-0bf4-4600-8992-d3ea70e04263%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to