From 5542e63d14973875d288665c20752929c9968449 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Fri, 19 Aug 2022 05:06:59 +0200 Subject: [PATCH] add filter_plugins path in ansible.cfg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index a43566c..9390932 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,7 @@ roles_path = ./roles retry_files_enabled = False inventory = ./hosts library = ./library +filter_plugins = ./filter_plugins ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S nocows = 1 forks = 15