From 36ac9991f5adfcae58157ce21c8032418f2e7d76 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Mon, 30 Jan 2023 15:24:57 +0100 Subject: [PATCH] no deprecation warning please --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index f899f07..41f1677 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,5 +2,6 @@ inventory = /opt/ansible-pull/hosts log_path = ~/ansible.log retry_files_enabled = False +deprecation_warnings=False [inventory] enable_plugins = ini