added 'friendly' name to fact gathering

fixes #18198
pull/18409/head
Brian Coca 8 years ago
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…
Cancel
Save