From a50a3d6c0a807a9392b1e95f9007115d8d630644 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Wed, 6 Oct 2021 16:55:44 +0300 Subject: [PATCH] Molecule: haproxy - prevent test failures in CI with sysctl ignore errors for task "Make sure the kernel parameter "net.ipv4.ip_nonlocal_bind" are enabled" issues: https://github.com/geerlingguy/docker-debian10-ansible/issues/2 https://github.com/geerlingguy/docker-debian11-ansible/issues/3 --- roles/haproxy/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index 37a353d5b..a89c0ebe4 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -319,6 +319,7 @@ sysctl_set: true state: present reload: true + ignore_errors: true # to prevent test failures in CI tags: haproxy, load_balancing - name: Add haproxy group