From b8f0e360b5902272973727c50f62e2fdff86af2c Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Tue, 27 Jun 2023 12:23:38 +0200 Subject: [PATCH] NOTICKET: Fix duplicate dict key (description) --- group_vars/all/firewall.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/group_vars/all/firewall.yml b/group_vars/all/firewall.yml index edd9298..32e1c8b 100644 --- a/group_vars/all/firewall.yml +++ b/group_vars/all/firewall.yml @@ -55,7 +55,6 @@ hcloud_firewall_objects: source_ips: '{{ ip_whitelist }}' destination_ips: [] description: "Allow access to PgAdmin Monitoring for whitelisted ips" - description: '' - direction: in protocol: tcp