From 11eda32a96885271a720e1f609acab823049ec52 Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Fri, 28 Jan 2022 16:05:23 +0100 Subject: [PATCH] Deprecation Warning abgeschaltet. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index eef14bb..ecf72c6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ inventory = hosts interpreter_python = auto_silent nocows = 1 timeout= 30 +force_valid_group_names = ignore [ssh_connection] ssh_args = -o StrictHostKeyChecking=no