Merge pull request #134 from clambin/ipv6
don't try to set ipv6 forward if ipv6 not enabledpull/150/head
commit
5f7bf0d388
|
@ -17,6 +17,7 @@
|
|||
value: "1"
|
||||
state: present
|
||||
reload: yes
|
||||
when: ansible_all_ipv6_addresses
|
||||
|
||||
- name: Add br_netfilter to /etc/modules-load.d/
|
||||
copy:
|
||||
|
|
Loading…
Reference in New Issue