I've got a role that works in 1.6 but crashes in 1.5.   (My guess is that 
this fixes it:  https://github.com/ansible/ansible/commit/2a976a)

The crashing task is this:

- authorized_key: user={{ item|basename }} key="{{ lookup('file', item) }}"
  with_fileglob:
    - "../../../../keys/*"

The role is one that I'm happy running manually for now, so I thought I'd 
gate it with something like:

  roles:
   - { role: 'users', when: 'ansible_version is defined' } 

(this assumes https://github.com/ansible/ansible/pull/6619 will land soon. 
  For now, I'm just using -e)

This skips the role, but it's still being parsed and crashing ansible.

Suggestions?

-- 
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/e457b5f6-ffdf-4210-a37c-9832f8b7100e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to