name[casing] shouldn't be picky on rule names that have | inside #3889
Unanswered
MantvydasD
asked this question in
New rules
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Those of us who have name[prefix] in enable_list, conveniently name their tasks like this
tasks/deploy.yml
- name: deploy | Restart server
However, this becomes useful even outside the tasks folder. If Molecule module for testing is used it's nice to have pipes in the names as well:
sometestcasefolder/converge.yml
- name: sometestcasefolder/converge | Some task
Could name[casing] be less picky? That is, if name[casing] sees a pipe inside a task name, no matter if it's in tasks folder or elsewhere, could it only require the uppercase letter only after a pipe in any file?
Beta Was this translation helpful? Give feedback.
All reactions