Is this a git build of Ansible? if so, maybe you forget the 'get submodules' bit.
Also make sure your python install has boto. On 11 February 2015 at 17:34, Rahul Mehrotra <[email protected]> wrote: > Hi everyone, > I was working on rds subnet group , however ansible says it is not able to > find the module > > - name: Create Subnet Group for RDS Instances > local_action: > module: rds_subnet_group > state: present > region: us-east-1 > vpc_id: "{{ dev_vpc }}" > name: rds_sg > description: Subnet group for RDS instances > subnets: > - "{{ us_east_1b }}" > - "{{ us_east_1d }}" > > > The error I am getting is something like this, > > > fatal: [localhost -> 127.0.0.1] => module rds_subnet_group not found in > configured module paths > > FATAL: all hosts have already failed -- aborting > > PLAY RECAP > ******************************************************************** > to retry, use: --limit @/home/rahul/securitygroup.retry > > localhost : ok=10 changed=5 unreachable=1 failed=0 > > > > Can some-one point out if I am doing something wrong. ?? > > Thank you > > -- > 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/1e12121e-fa43-4355-8c7a-81d0f4b88bab%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/CAK5eLPTY6FfLvP8nTW2FjQ2dcHTqKZXD2wA-UU2aKoy3xW254Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
