Merge pull request #14280 from bcoca/always_tag_setup
WIP: tag the setup task with always
This commit is contained in:
commit
d2846dbf30
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class PlayIterator:
|
|||
setup_block = Block(play=self._play)
|
||||
setup_task = Task(block=setup_block)
|
||||
setup_task.action = 'setup'
|
||||
setup_task.tags = ['always']
|
||||
setup_task.args = {}
|
||||
setup_task.set_loader(self._play._loader)
|
||||
setup_block.block = [setup_task]
|
||||
|
|
Loading…
Reference in a new issue