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

View File

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