update params

This commit is contained in:
Chris Hammer 2025-04-08 12:17:32 -04:00
parent 5f1a7d80d6
commit 40f14e2ef7

View File

@ -16,8 +16,6 @@
- name: Disable IPv6 (will be left disabled post-IPU) - name: Disable IPv6 (will be left disabled post-IPU)
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: /etc/sysctl.conf path: /etc/sysctl.conf
append_newline: true
prepend_newline: true
block: | block: |
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1