From f5157dd98e362816e4671e9a36a80e32c621a7fd Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 27 Nov 2020 23:25:27 -0500 Subject: [PATCH] 2-common/tasks/main.yml sysctl kernel params: mention PR #2652 --- roles/2-common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index a355b501c..66fedacd4 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -21,7 +21,7 @@ - include_tasks: packages.yml - include_tasks: iptables.yml -# 2020-11-27 ongoing rework arising from ansible.posix collection changes: +# Ongoing rework (e.g. PR #2652) arising from ansible.posix collection changes: - name: Use 'sysctl' to set 5 network/kernel settings, turning off IPv6 if possible sysctl: # Places these settings in /etc/sysctl.conf, to survive reboot name: "{{ item.name }}"