Merge "Fix selinux check when disabled"

This commit is contained in:
Jenkins 2017-03-06 17:09:56 +00:00 committed by Gerrit Code Review
commit 5f2d563e51
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
check_mode: no
when:
- ansible_os_family == 'RedHat'
- ansible_selinux.status is defined
- ansible_selinux.status != 'disabled'
tags:
- lsm