mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
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'.