parent
8cab33a779
commit
7a33c14782
|
@ -171,6 +171,7 @@ class PlayIterator:
|
|||
setup_block = Block(play=self._play)
|
||||
setup_task = Task(block=setup_block)
|
||||
setup_task.action = 'setup'
|
||||
setup_task.name = 'Gathering Facts'
|
||||
setup_task.tags = ['always']
|
||||
setup_task.args = {
|
||||
'gather_subset': gather_subset,
|
||||
|
|
Loading…
Reference in New Issue