From 3c9954fd10ad91d55e89d905f0a5fd16eb3dd1dc Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Mon, 28 Dec 2020 15:08:54 +0100 Subject: [PATCH] =?UTF-8?q?Pfad=20f=C3=BCr=20Collections=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 93f2c262..f2a00f1a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,7 +4,7 @@ nocows = 1 retry_files_enabled = False roles_path = ./roles lookup_plugins = ./plugins/lookup -collections_paths = ./collections +collections_paths = ./ansible_collections [inventory] [privilege_escalation]