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 }}"