Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 522fd74

Browse files
authored
Merge pull request #37 from OSAS/os_version_checks
fix os version checks
2 parents 1d758c5 + d9bea54 commit 522fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
state: present
1818
with_items:
1919
- redhat-rpm-config
20-
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version >= '23'
20+
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version|int >= 23
2121

2222
- name: Define checkout directory
2323
set_fact:

0 commit comments

Comments
 (0)