redhat-cop / automation-good-practices

Recommended practices for all elements of automation using Ansible, starting with collections and roles, continuing with playbooks, inventories and plug-ins... These good practices are planned to be used by all Red Hat teams interested but can of course be used by others.
268 stars 66 forks source link

name tasks with a non-capital or capital letter ? #70

Open ericzolf opened 2 years ago

ericzolf commented 2 years ago

I disagree with this one, I name my tasks with a non-capital letter, it looks IMHO better in the resulting log.

This said, I'm flabbergasted that I oversaw the rule to have all tasks named, so well catched.

_Originally posted by @ericzolf in https://github.com/redhat-cop/automation-good-practices/pull/64#discussion_r886328815_

Fale commented 1 year ago

I think we should stick with capitalized names, since this is what the community has standardized on: https://ansible-lint.readthedocs.io/rules/name/