Skip to content

Commit

Permalink
Update src/ansiblelint/rules/TaskHasNameRule.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sandra McCann <samccann@redhat.com>
  • Loading branch information
ssbarnea and samccann committed Feb 6, 2021
1 parent 4881fa4 commit 27104db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/TaskHasNameRule.py
Expand Up @@ -24,7 +24,7 @@


class TaskHasNameRule(AnsibleLintRule):
id = 'unamed-task'
id = 'unnamed-task'
shortdesc = 'All tasks should be named'
description = (
'All tasks should have a distinct name for readability '
Expand Down

0 comments on commit 27104db

Please sign in to comment.