Browse code

remove extra )

Brian Coca authored on 2018/05/22 01:25:52
Showing 1 changed files
... ...
@@ -263,7 +263,7 @@ class StrategyModule(StrategyBase):
263 263
                         # for the linear strategy, we run meta tasks just once and for
264 264
                         # all hosts currently being iterated over rather than one host
265 265
                         results.extend(self._execute_meta(task, play_context, iterator, host))
266
-                        if task.args.get('_raw_params', None) not in ('noop', 'reset_connection')):
266
+                        if task.args.get('_raw_params', None) not in ('noop', 'reset_connection'):
267 267
                             run_once = True
268 268
                     else:
269 269
                         # handle step if needed, skip meta actions as they are used internally