1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

munin/tasks/install.yml: Fix Ansible quotes around #3434

This commit is contained in:
A Holt 2023-09-30 21:31:33 -04:00 committed by GitHub
parent 3ba6364c86
commit 8f12c34b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# SEE ALSO roles/network/tasks/install.yml
- name: TEMPORARILY REVERT net.ipv6.conf.all.disable_ipv6 to 0 in /etc/sysctl.conf for #3434
- name: "TEMPORARILY REVERT net.ipv6.conf.all.disable_ipv6 to 0 in /etc/sysctl.conf for #3434"
sysctl:
name: net.ipv6.conf.all.disable_ipv6
value: 0