Remove typo from when I recently was testing logic for also having an include state.
reviewable/pr18780/r1
Michael Schuett 11 years ago
parent 9df0473932
commit 1c6597ec73

@ -135,7 +135,7 @@ def main():
for instance in [i for r in reservations for i in r.instances]:
if instance.private_ip_address != None:
instance.hostname = 'ip-' + instance.private_ip_address.replace('.', '-')
if instance._state.name not in module.params.get('ignore_state') and :
if instance._state.name not in module.params.get('ignore_state'):
server_info.append(todict(instance))
except:
print module.jsonify('error getting instances from: ' + region.name)

Loading…
Cancel
Save