Skip to content

Commit

Permalink
Molecule: haproxy - prevent test failures in CI with sysctl
Browse files Browse the repository at this point in the history
ignore errors for task "Make sure the kernel parameter "net.ipv4.ip_nonlocal_bind" are enabled"

issues:
geerlingguy/docker-debian10-ansible#2
geerlingguy/docker-debian11-ansible#3
  • Loading branch information
vitabaks committed Oct 6, 2021
1 parent 524663e commit a50a3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/haproxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50a3d6

Please sign in to comment.