tobiko/roles/tobiko-fixup-stuff/tasks/centos.yaml
Federico Ressi 36c976596d Fix infrared-centos-8 job
Change-Id: Ia691a55cb769e0494ab752f410923f7abead53d2
2022-02-03 18:12:01 +01:00

10 lines
257 B
YAML

---
# https://bugzilla.redhat.com/show_bug.cgi?id=2037807
- name: Workaround CentOS 8-stream iputils and systemd Bug#2037807
become: true
shell: >
sysctl -w net.ipv4.ping_group_range='0 2147483647'
when:
- ansible_distribution_version == '8'