mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove extra )
This commit is contained in:
parent
ee95b71f7b
commit
062f0444a1
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class StrategyModule(StrategyBase):
|
|||
# for the linear strategy, we run meta tasks just once and for
|
||||
# all hosts currently being iterated over rather than one host
|
||||
results.extend(self._execute_meta(task, play_context, iterator, host))
|
||||
if task.args.get('_raw_params', None) not in ('noop', 'reset_connection')):
|
||||
if task.args.get('_raw_params', None) not in ('noop', 'reset_connection'):
|
||||
run_once = True
|
||||
else:
|
||||
# handle step if needed, skip meta actions as they are used internally
|
||||
|
|
Loading…
Reference in a new issue