- 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 }}"
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
I was able to get the module and then it started working. Thanks
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/c9QMtvY8ch4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1423790942.1070900.226920741.6E571ACF%40webmail.messagingengine.com.