Update main.yml (#194)

永久关闭 selinux 失败。
pull/883/head
AEGQ 2018-05-17 22:29:43 +08:00 committed by gjmzj
parent 20ebd73bc4
commit a03fe10ee2
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
- name: 永久关闭 selinux
lineinfile:
dest: /etc/selinux/config
regexp: "^SELINUX"
regexp: "^SELINUX="
line: "SELINUX=disabled"
when: ansible_distribution == "CentOS"