36c976596d
Change-Id: Ia691a55cb769e0494ab752f410923f7abead53d2
10 lines
257 B
YAML
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'
|