From c71e6682c6927804997340f7c6580f944e57c71a Mon Sep 17 00:00:00 2001 From: BorisYourich Date: Wed, 6 Mar 2024 15:35:30 +0100 Subject: [PATCH] Added ansible.cfg to .gitignore to prevent enabling logging on github actions --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 27c79c3..c94a463 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ### Values and Secrets ### .vault-password.txt hosts +ansible.cfg