| commit | 3cd048eb6b23874be1930a4c278406de247e3526 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Sun Oct 08 15:57:37 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Sun Oct 08 15:57:37 2017 -0400 |
| tree | f722e32e7d617d80cd7e604a0b1d72d0b0b0c01e | |
| parent | 11901322259afd12e0fe4e6565d5768ccbdcef36 [diff] |
update selinux
diff --git a/tasks/main.yml b/tasks/main.yml index 09131b0..3c3cd00 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,7 +17,7 @@ lineinfile: path: /etc/sysconfig/selinux line: 'SELINUX=disabled' - regex: '^SELINUX=.*' + regexp: '^SELINUX=.*' - name: Restart node debug: