summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-30 15:01:47 -0800
committerGitHub <noreply@github.com>2017-01-30 15:01:47 -0800
commitcb76200c7dd07f604b3bbf9f0d8b9fafde16b4b3 (patch)
treec7f84e832dc07a1f9db4f8a1881bcc3f2070dff0 /lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
parent1609afbd12abb68d1434ee5ce56fe09e12a53fdb (diff)
downloadansible-cb76200c7dd07f604b3bbf9f0d8b9fafde16b4b3.tar.gz
PEP 8 E111 & E114 cleanup. (#20838)
Diffstat (limited to 'lib/ansible/modules/cloud/amazon/ec2_lc_facts.py')
-rw-r--r--lib/ansible/modules/cloud/amazon/ec2_lc_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ec2_lc_facts.py b/lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
index b81ce8975b..ab5b5bb0e0 100644
--- a/lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
+++ b/lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
@@ -178,7 +178,7 @@ def list_launch_configs(connection, module):
launch_config['CreatedTime'] = str(launch_config['CreatedTime'])
if sort:
- snaked_launch_configs.sort(key=lambda e: e[sort], reverse=(sort_order=='descending'))
+ snaked_launch_configs.sort(key=lambda e: e[sort], reverse=(sort_order=='descending'))
try:
if sort and sort_start and sort_end: