Skip to content
Snippets Groups Projects
Unverified Commit f47aca35 authored by Gleb Galkin's avatar Gleb Galkin Committed by GitHub
Browse files

Added |bool for rhel_enable_repos (#8871)

parent 73fc70db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment