From a285db16537a815ea054a997cf22ab421ea9fe87 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Wed, 11 Sep 2024 12:09:49 +0100 Subject: [PATCH] chore: Disabled deprecation warnings --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 460ae96..b183aee 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,3 +5,4 @@ nocows = 1 retry_files_enabled = False host_key_checking = False callback_whitelist = profile_tasks +deprecation_warnings = False