parent
8baea3cba8
commit
5f617c601b
1 changed files with 0 additions and 4 deletions
|
@ -104,10 +104,6 @@ class StrategyModule(StrategyBase):
|
|||
self._display.debug("'%s' skipped because role has already run" % task)
|
||||
continue
|
||||
|
||||
if not task.evaluate_tags(play_context.only_tags, play_context.skip_tags, task_vars) and task.action != 'setup':
|
||||
self._display.debug("'%s' failed tag evaluation" % task)
|
||||
continue
|
||||
|
||||
if task.action == 'meta':
|
||||
# meta tasks store their args in the _raw_params field of args,
|
||||
# since they do not use k=v pairs, so get that
|
||||
|
|
Loading…
Reference in a new issue