29770a297a
* Add helpful failure message if target_type=ip is not supported Create test case for target_type=ip not supported * Update elb_target_group module to latest standards Use AnsibleAWSModule Improve exception handling Improve connection handling
5 lines
66 B
YAML
5 lines
66 B
YAML
- hosts: localhost
|
|
connection: local
|
|
|
|
roles:
|
|
- elb_target
|