From 985e6ba626982cf1aa66238b68701fe148ba833e Mon Sep 17 00:00:00 2001 From: Conner Crosby Date: Sat, 21 Dec 2024 13:18:23 -0500 Subject: [PATCH] Remove convention for prefixing tags with a verb This was done because prefixing tags with a verb has mostly been a pattern I've followed across the codebase. I'm open to this changing as I can see parts of the codebase using a tag that is related to a particular subject (e.g. a 'kubernetes' tag). --- docs/code.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/code.md b/docs/code.md index fbf78ae..16320f5 100644 --- a/docs/code.md +++ b/docs/code.md @@ -74,7 +74,6 @@ - [Group package installations based on the need.](../examples/playbooks/append_distro_specificness.yml) - [Utilize the local relative path searching when specifying the src parameter to ansible.builtin.template tasks.](../examples/playbooks/utilize_tpl_searching_controller.yml) -- [Prefix all `ansible` tags with a verb.](../examples/playbooks/utilize_tpl_searching_controller.yml) - [Append the ansible_managed macro in files that are long-lived on a system.](../examples/playbooks/templates/foo.conf.j2) - [Use `./` in file paths.](../examples/playbooks/use_keywords_order_plays.yml) - Add brief comments on roles' defaults variables that are not self-explanatory.