From 3040a6203d34890e454951dab0db16fffdf07050 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 15 Dec 2025 10:10:45 -0500 Subject: [PATCH] Added task for adding essential documentation on Ansible inventory file naming conventions --- tasks.org | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.org b/tasks.org index c79658a..5228acd 100644 --- a/tasks.org +++ b/tasks.org @@ -3,6 +3,7 @@ #+language: en * PLANNED +** TODO [#A] Write documentation on the expected conventional names to be used in the inventory file ** TODO [#A] Rewrite dot notation usage of keys for accessing values in custom dictionary variables to bracket notation usage of keys across whole project * IN PROGRESS