From 4115d711842ea235966868a325f5d42ee428db14 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 27 Feb 2020 14:41:56 +0100 Subject: ansible.cfg: remove hash_behaviour option This will be deprecated in Ansible 2.10 and removed in 2.13. --- ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 903d823..5720cb3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,5 @@ [defaults] inventory = inventory -hash_behaviour = merge error_on_missing_handler = True [ssh_connection] -- cgit v1.2.1