added 'friendly' name to fact gathering

fixes #18198
This commit is contained in:
Brian Coca 2016-11-07 15:40:39 -05:00
commit 7a33c14782

View file

@ -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,