From 3dada080a6f63e06f48396b425539687fbe00a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 7 Dec 2021 22:03:57 +0000 Subject: ansible: Ignore duplicate key for yaml anchors --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index f8bf4c0..411b602 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -15,6 +15,7 @@ stderr_callback = yaml timeout = 20 system_warnings = True deprecation_warnings = True +duplicate_dict_key = ignore remote_user = root remote_port = 22 -- cgit v1.2.3