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:
parent
3ba6364c86
commit
8f12c34b1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue