minor changes

pull/75/head
jmgao 2018-01-13 11:33:40 +08:00
parent 06e5714162
commit f94c78dc21
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@
copy: src=95-k8s-sysctl.conf dest=/etc/sysctl.d/95-k8s-sysctl.conf
- name: 加载br_netfilter模块
shell: "modprobe br_netfilter"
modprobe: name=br_netfilter state=present
#shell: "modprobe br_netfilter"
- name: 生效系统参数
shell: "sysctl -p /etc/sysctl.d/95-k8s-sysctl.conf"