Commit 1971b574 authored by guofeng zhang's avatar guofeng zhang
Browse files

Fixes: #56

parent f616f3a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

- name: Set bridge-nf-call-iptables (just to be sure)
  sysctl:
    name: "{{ items }}"
    name: "{{ item }}"
    value: "1"
    state: present
    reload: yes