diff --git a/roles/bootstrap-os/tasks/bootstrap-redhat.yml b/roles/bootstrap-os/tasks/bootstrap-redhat.yml
index be13f0d88d18c6a711f7e72c280ca2446f586b1b..b9c66c3c10b7b7c36f1584f0ab5b967f89167c28 100644
--- a/roles/bootstrap-os/tasks/bootstrap-redhat.yml
+++ b/roles/bootstrap-os/tasks/bootstrap-redhat.yml
@@ -78,7 +78,7 @@
       - "rhel-7-server-extras-rpms"
     state: enabled
   when:
-    - rhel_enable_repos | default(True)
+    - rhel_enable_repos | default(True) | bool
     - ansible_distribution_major_version == "7"
 
 # container-selinux is in appstream repo
@@ -89,7 +89,7 @@
       - "rhel-8-for-*-appstream-rpms"
     state: enabled
   when:
-    - rhel_enable_repos | default(True)
+    - rhel_enable_repos | default(True) | bool
     - ansible_distribution_major_version == "8"
 
 - name: Check presence of fastestmirror.conf