Delete the unnecessary space

Change-Id: I776b0ac8b69ec1fdb0d7ef6402cfff52cf6b29fd
This commit is contained in:
ZhijunWei 2018-07-17 16:53:13 -04:00
parent f07aba1662
commit ca8114438c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
when:
- ansible_os_family == "RedHat"
- security_rhel7_enable_linux_security_module | bool
- selinux_status_change is changed
- selinux_status_change is changed
tags:
- high
- V-71989