From caa5995b5210f8a0cc726e35111e6cf9ed47f132 Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 28 Jul 2021 17:54:41 +0200 Subject: [PATCH] bugfix rate limiting (#178) bugfix rate limiting Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/178 Co-Authored-By: mg Co-Committed-By: mg --- playbooks/3_service/pihole.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/3_service/pihole.yml b/playbooks/3_service/pihole.yml index 219b4d50..6e99383f 100644 --- a/playbooks/3_service/pihole.yml +++ b/playbooks/3_service/pihole.yml @@ -23,7 +23,7 @@ path: /etc/pihole/pihole-FTL.conf block: | RATE_LIMIT=0/0 - state: absent + state: present # Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt