ansible/lib
Michael Scherer a30f545a62 Do not convert Nonetype to "None" (#17261)
If someone use a task with a empty name like this:

  - name:
    command: true

This will result in displaying 'None' as a task name instead of
'command'.
2016-08-26 09:48:27 -07:00
..
ansible Do not convert Nonetype to "None" (#17261) 2016-08-26 09:48:27 -07:00