What you describe is a bug, but I've tested a few versions and I get
this when I try using a non existent role:

ERROR! the role 'idontexist' was not found in /...

The error appears to have been in '/.../play.yml': line 7, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

 roles:
   - idontexist
     ^ here


when running this play:

- hosts: localhost
  roles:
    - idontexist
  tasks:
    - debug: msg='if i get here, its a bug'

----------
Brian Coca

-- 
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/CACVha7dsUFLq4BYXiKeadicpjAyiwtSPoOTDtHVJ9qUrw1J2bA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to