Hi,

To ensure that all our playbooks continue running on the upcoming Ansible 
2.0, I decided to give it a test run.
Did a clean checkout in a new tree and attempted to run my playbooks, sadly 
I immediately run into an error:

TASK [ec2-group : ec2-group : include] 
******************************************
fatal: [xxxx]: FAILED! => {"msg": "ERROR! Invalid shell type specified 
(bash), or the plugin for that shell type is missing.", "failed": true}

Contents of this role:
---
- include: vpc.yml
  when: ec2_vpc_id is defined

- include: non-vpc.yml
  when: ec2_vpc_id is not defined

Both of those files invoke the 'ec2_group' module on their turn.
Just to make sure, after this I installed ansible (current release) using 
pip and ran the playbooks without any problems.

Thanks,
Nico

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/120dac44-d7b3-4b70-b0d9-8a2082954668%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to