Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS ELB: Return empty list when no load balancer name was found
When trying to describe a LoadBalancer that doesn't exist, the module crash. Instead of that behavior, this commit will return an empty list when no load balancer is found, allowing to deal next tasks by reading the output of the module.
- Loading branch information