From 8ba6a236f80fc242c9532169ec4ef3619d7098f5 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 27 May 2026 15:02:39 -0400 Subject: [PATCH] excluded Ansible runtime cache from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae09263..7d9716b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /collections/ansible_collections/ /.devcontainer/ .lock +/.cache/ # Try tyo avoid any plain-text passwords *pwd*