mirror of https://github.com/easzlab/kubeasz.git
parent
20ebd73bc4
commit
a03fe10ee2
|
@ -81,7 +81,7 @@
|
|||
- name: 永久关闭 selinux
|
||||
lineinfile:
|
||||
dest: /etc/selinux/config
|
||||
regexp: "^SELINUX"
|
||||
regexp: "^SELINUX="
|
||||
line: "SELINUX=disabled"
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue