Skip to content

Commit

Permalink
Remove convention for prefixing tags with a verb
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
cavcrosby committed Dec 23, 2024
1 parent 43dfdda commit 2c3220d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c3220d

Please sign in to comment.