Skip to content

Commit

Permalink
Fix pep8 formatting line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Feb 10, 2021
1 parent 974c3b0 commit 8f3f5c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/modules/ecs_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,12 @@ def main():
required_if=[
('launch_type', 'FARGATE', ['network_configuration']),
('operation', 'run', ['task_definition']),
('operation', 'start', ['task_definition', 'container_instances']),
('operation', 'start', [
'task_definition',
'container_instances'
]),
('operation', 'stop', ['task_definition', 'task']),
]
)
])

# Validate Inputs
if module.params['operation'] == 'run':
Expand Down

0 comments on commit 8f3f5c6

Please sign in to comment.