ec2: Removed unused line

Remove the reference to the unused "termination_list" parameter
in the ec2 module. The instance_ids parameter is the one that contains
the list of instance ids to be terminated.
reviewable/pr18780/r1
Lorin Hochstein 11 years ago
parent 3840a9f8f5
commit 262808cf7c

@ -545,7 +545,6 @@ def main():
ec2_secret_key = module.params.get('ec2_secret_key')
ec2_access_key = module.params.get('ec2_access_key')
region = module.params.get('region')
termination_list = module.params.get('termination_list')
# allow eucarc environment variables to be used if ansible vars aren't set

Loading…
Cancel
Save