mirror of https://github.com/ansible/ansible.git
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'.
pull/17264/head
parent
1139d61d59
commit
a30f545a62
Loading…
Reference in New Issue