mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 01:11:36 +08:00
make the check boolean specific
This commit is contained in:
@@ -558,7 +558,7 @@ SUSPSCAN_THRESH=200
|
||||
# specified, then RKH will assume the O/S release information is on the
|
||||
# first non-blank line of the file.
|
||||
#
|
||||
{% if is_fedora %}
|
||||
{% if is_fedora == true %}
|
||||
OS_VERSION_FILE=/etc/fedora-release
|
||||
{% else %}
|
||||
OS_VERSION_FILE=/etc/redhat-release
|
||||
|
||||
Reference in New Issue
Block a user