From 76a3f8ad74d8932292a2968d64e1f21e39b359b8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 May 2015 22:09:03 +0000 Subject: [PATCH] Try this. --- tasks/cloud_setup_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 8d2f934c8e..d832dc6f15 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -13,7 +13,7 @@ - name: ntp pkgs command: dnf install -y ntpdate ntp libsemanage-python libselinux-python - when: ansible_distribution_major_version > '21' and ansible_cmdline.ostree is not defined + when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined tags: - packages